debugger: fix vanishing location mark in disassembler mode

Task-number: QTCREATORBUG-4157
This commit is contained in:
hjk
2011-03-18 18:33:20 +01:00
parent ab60a53c9c
commit 7198b1ea8b
3 changed files with 14 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ public slots:
void scheduleResetLocation()
{
m_stackHandler.scheduleResetLocation();
m_disassemblerAgent.scheduleResetLocation();
m_locationTimer.setSingleShot(true);
m_locationTimer.start(80);
}