mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
assure that the view actions are updated when the split view is activated
svn path=/trunk/KDE/kdebase/apps/; revision=672702
This commit is contained in:
parent
c6ab90e776
commit
ce4dd84c27
1 changed files with 2 additions and 0 deletions
|
@ -779,7 +779,9 @@ void DolphinMainWindow::toggleSplitView()
|
|||
m_viewContainer[SecondaryIdx]->deleteLater();
|
||||
m_viewContainer[SecondaryIdx] = 0;
|
||||
}
|
||||
|
||||
setActiveView(m_viewContainer[PrimaryIdx]);
|
||||
updateViewActions();
|
||||
emit activeViewChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue