summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 0635db3..abba97f 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -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);