forked from qt-creator/qt-creator
Fix Ghost window on switching to debug mode for qml projects
Change-Id: I0724a3c8d4add1821b97a4a068f94df1dbc4e512 Reviewed-by: Robert Loehning <robert.loehning@nokia.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -369,8 +369,8 @@ void DebuggerMainWindowPrivate::activateQmlCppLayout()
|
||||
Context qmlCppContext = m_contextsForLanguage.value(QmlLanguage);
|
||||
qmlCppContext.add(m_contextsForLanguage.value(CppLanguage));
|
||||
if (m_toolBars.value(QmlLanguage)) {
|
||||
m_toolBars.value(QmlLanguage)->show();
|
||||
m_debugToolBarLayout->insertWidget(1, m_toolBars.value(QmlLanguage));
|
||||
m_toolBars.value(QmlLanguage)->show();
|
||||
}
|
||||
|
||||
if (m_previousDebugLanguages & QmlLanguage) {
|
||||
|
Reference in New Issue
Block a user