diff options
| author | Elvis Angelaccio <[email protected]> | 2018-04-25 12:50:12 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-04-25 12:50:12 +0200 |
| commit | 9ec813597430db05326c24a8e0e07c5539387e27 (patch) | |
| tree | a02b023a5fbc13283de6d0e853a3c3dec9a6ab49 /src/dolphintabpage.cpp | |
| parent | b9143a55a7eae5d8c084080150ddc9e2dca7afde (diff) | |
| parent | 78c8b36dd84a94916835d702ea4a9e8eda65e8ef (diff) | |
Merge branch 'Applications/18.04'
Diffstat (limited to 'src/dolphintabpage.cpp')
| -rw-r--r-- | src/dolphintabpage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index 342d6f6de..a96c8b6a3 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -94,6 +94,7 @@ void DolphinTabPage::setSplitViewEnabled(bool enabled, const QUrl &secondaryUrl) // If the primary view is active, we have to swap the pointers // because the secondary view will be the new primary view. qSwap(m_primaryViewContainer, m_secondaryViewContainer); + m_primaryViewActive = false; } m_primaryViewContainer->setActive(true); view->close(); |
