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 73d016a..cb8fc70 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -502,6 +502,7 @@ void SheMov::createActions(){
connect(mShowLocalA, SIGNAL(triggered()), viewMapper, SLOT(map()));
mShowLocalA->setCheckable(true);
mShowNormalA = new QAction(QIcon(":/nipple_up.png"), tr("Normal view"), this);
+ mATree->setNormalViewAction(mShowNormalA);
mShowTreeGroup->addAction(mShowNormalA);
viewMapper->setMapping(mShowNormalA, SeriesTreeModel::All);
connect(mShowNormalA, SIGNAL(triggered()), viewMapper, SLOT(map()));