┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphintabpage.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp
index 7187162a4..337afe00e 100644
--- a/src/dolphintabpage.cpp
+++ b/src/dolphintabpage.cpp
@@ -161,9 +161,6 @@ void DolphinTabPage::setSplitViewEnabled(bool enabled, Animated animated, const
break;
case Choice::RightView:
view = m_secondaryViewContainer;
- if (!m_primaryViewActive) {
- swapActiveView();
- }
break;
default:
Q_UNREACHABLE();