ICore: Don't split context in contextChanged signal

This way the order of the context doesn't get lost between context from
the focus widget and additional contexts

Change-Id: I371c411a5d9c9f31ae1f8631a6ede4eda100b0c5
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-09-22 09:17:59 +02:00
parent d46e5025e5
commit 972731d42e
4 changed files with 5 additions and 12 deletions

View File

@@ -1024,7 +1024,7 @@ void MainWindow::updateContext()
}
ActionManager::setContext(uniquecontexts);
emit m_coreImpl->contextChanged(m_activeContext, m_additionalContexts);
emit m_coreImpl->contextChanged(uniquecontexts);
}
void MainWindow::aboutToShowRecentFiles()