Debugger default layout was hiding the debugger tool bar.

This commit is contained in:
con
2011-02-17 14:30:49 +01:00
parent 59212b6654
commit ea4119724f

View File

@@ -658,6 +658,7 @@ void DebuggerMainWindowPrivate::setSimpleDockWidgetArrangement()
&& m_activeDebugLanguages.testFlag(Debugger::QmlLanguage)) {
// cpp + qml
q->toolBarDockWidget()->show();
stackDock->show();
watchDock->show();
breakDock->show();
@@ -672,7 +673,7 @@ void DebuggerMainWindowPrivate::setSimpleDockWidgetArrangement()
q->splitDockWidget(stackDock, qmlInspectorDock, Qt::Horizontal);
} else {
q->toolBarDockWidget()->show();
stackDock->show();
breakDock->show();
watchDock->show();