debugger: always reset 'reverse' state when shutting down the debugger

This commit is contained in:
hjk
2010-03-26 08:52:18 +01:00
parent 5f0281083b
commit acc4563f37

View File

@@ -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;