Debugger: Fix resetting of 'Operate by instruction' on finished.

This commit is contained in:
Friedemann Kleint
2011-05-02 15:05:16 +02:00
parent f4c72a97d3
commit 6dac333636

View File

@@ -2405,7 +2405,7 @@ void DebuggerPluginPrivate::runControlFinished(DebuggerEngine *engine)
// Connect to some existing engine.
m_snapshotHandler->activateSnapshot(0);
}
action(OperateByInstruction)->setChecked(false);
action(OperateByInstruction)->setValue(QVariant(false));
}
void DebuggerPluginPrivate::remoteCommand(const QStringList &options,