debugger: trigger view clean up on DebuggerFinished, not DebuggerNotReady

This commit is contained in:
hjk
2010-09-23 16:24:33 +02:00
parent e5ddb10316
commit 08db9ece51

View File

@@ -2251,7 +2251,7 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
// resetLocation();
//qDebug() << "PLUGIN SET STATE: " << m_state;
if (m_state == DebuggerNotReady) {
if (m_state == DebuggerFinished) {
setBusyCursor(false);
cleanupViews();
}