From 4f917c152b272f5cf6481205ba3c18acf456120b Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 8 Feb 2013 05:04:34 +0100 Subject: Usability: SeriesTreeView Switch back to normal view when in burn view and a series is selected in SeriesTree. --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') 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())); -- cgit v1.2.3-70-g09d2