mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Remove showInfoAction from the toolbar on grid view close.
This commit is contained in:
parent
2199206401
commit
8aaefd4a4e
@ -496,6 +496,7 @@ void GridComicsView::setShowMarks(bool show)
|
||||
void GridComicsView::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
toolbar->removeAction(toolBarStretchAction);
|
||||
toolbar->removeAction(showInfoAction);
|
||||
toolbar->removeAction(coverSizeSliderAction);
|
||||
|
||||
/*QObject *object = view->rootObject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user