diff options
author | Orgad Shaneh <[email protected]> | 2013-07-31 20:46:37 +0300 |
---|---|---|
committer | hjk <[email protected]> | 2013-08-01 10:07:42 +0200 |
commit | 71ff3a0a86c0f7a5c439e8cdc1609a4dc723a8a6 (patch) | |
tree | 646ce0c872e6c7df258f317bebb90e552e78f9c1 /src/plugins/debugger/debuggerplugin.cpp | |
parent | ef59179100ddb383e997b3f681804bcbc233220d (diff) |
Debugger: Clear undo/redo stacks when debugging session is finished
Task-number: QTCREATORBUG-7645
Change-Id: I17df03c5765129c21f38df19ea90c04e937a7217
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 2495bfca2bf..5460c350333 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2660,6 +2660,7 @@ void DebuggerPluginPrivate::runControlFinished(DebuggerEngine *engine) m_snapshotHandler->activateSnapshot(0); } action(OperateByInstruction)->setValue(QVariant(false)); + m_logWindow->clearUndoRedoStacks(); } void DebuggerPluginPrivate::remoteCommand(const QStringList &options, |