diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -616,6 +616,7 @@ void SheMov::createActions(){ mTogglePicV2A->setCheckable(true); connect(mTogglePicV2A, SIGNAL(toggled(bool)), mPicWidget, SLOT(showPicViewer(bool))); mTogglePicV2A->setChecked(false); + mPicWidget->setPicViewerAction(mTogglePicV2A); //don't add actions with checkable(true) unless you know what you're doing! mPicActionGroup = new QActionGroup(this); mPicActionGroup->addAction(mDeletePicFromA); |