summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-02-08 05:04:34 +0100
committerArno <am@disconnect.de>2013-02-08 05:04:34 +0100
commit4f917c152b272f5cf6481205ba3c18acf456120b (patch)
tree88ca94af27663cd7e8147b91df227fb52639f932 /shemov.cpp
parentd400c3cd5ce533714832b854bad4c40c25dcd874 (diff)
downloadSheMov-4f917c152b272f5cf6481205ba3c18acf456120b.tar.gz
SheMov-4f917c152b272f5cf6481205ba3c18acf456120b.tar.bz2
SheMov-4f917c152b272f5cf6481205ba3c18acf456120b.zip
Usability: SeriesTreeView
Switch back to normal view when in burn view and a series is selected in SeriesTree.
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()));