mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Remove showInfoAction from the toolbar on grid view close.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user