fix alt-tab navigation in the original split

This commit is contained in:
mae
2009-08-05 16:01:43 +02:00
parent f0218b8ff4
commit 700df76b47

View File

@@ -857,7 +857,9 @@ void SplitterOrView::split(Qt::Orientation orientation)
m_layout->setCurrentWidget(m_splitter);
view->view()->copyNavigationHistoryFrom(m_view);
view->view()->setCurrentEditor(view->view()->currentEditor());
otherView->view()->copyNavigationHistoryFrom(m_view);
otherView->view()->setCurrentEditor(otherView->view()->currentEditor());
if (m_view && !m_isRoot) {
em->emptyView(m_view);