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
acc4563f
Commit
acc4563f
authored
Mar 26, 2010
by
hjk
Browse files
debugger: always reset 'reverse' state when shutting down the debugger
parent
5f028108
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
acc4563f
...
...
@@ -1112,6 +1112,7 @@ void DebuggerManager::cleanupViews()
registerHandler
()
->
removeAll
();
d
->
m_sourceFilesWindow
->
removeAll
();
d
->
m_disassemblerViewAgent
.
cleanup
();
d
->
m_actions
.
reverseDirectionAction
->
setChecked
(
false
);
// FIXME: Move to plugin?
using
namespace
Core
;
...
...
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