Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
0639d60f
Commit
0639d60f
authored
Feb 17, 2011
by
hjk
Browse files
debugger: raise the break dock in the default layout
parent
0dcae327
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermainwindow.cpp
View file @
0639d60f
...
...
@@ -702,6 +702,8 @@ void DebuggerMainWindowPrivate::setSimpleDockWidgetArrangement()
// q->splitDockWidget(breakDock, qmlInspectorDock, Qt::Horizontal);
}
breakDock
->
raise
();
// Raise something sensible.
q
->
setTrackingEnabled
(
true
);
q
->
update
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment