forked from qt-creator/qt-creator
Debugger: update thread selector after setting current thread manually
The issue is only reproducible when interrupting a running inferior with cdb. Change-Id: I336413d7f36aad28108623eb1bf8015b42f3dbb4 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -268,6 +268,7 @@ void ThreadsHandler::setCurrentThread(const Thread &thread)
|
|||||||
|
|
||||||
m_currentThread = thread;
|
m_currentThread = thread;
|
||||||
thread->update();
|
thread->update();
|
||||||
|
threadSwitcher()->setCurrentIndex(thread->index().row());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ThreadsHandler::notifyGroupCreated(const QString &groupId, const QString &pid)
|
void ThreadsHandler::notifyGroupCreated(const QString &groupId, const QString &pid)
|
||||||
|
Reference in New Issue
Block a user