┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index ebc0bd43e..8467a545a 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -779,7 +779,9 @@ void DolphinMainWindow::toggleSplitView()
m_viewContainer[SecondaryIdx]->deleteLater();
m_viewContainer[SecondaryIdx] = 0;
}
+
setActiveView(m_viewContainer[PrimaryIdx]);
+ updateViewActions();
emit activeViewChanged();
}