forked from qt-creator/qt-creator
Debugger: Allow repeated editing of watchers
Task-number: QTCREATORBUG-17332 Change-Id: Ie647b956426c81a8f448dfde14b77798b5b73788 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -2137,7 +2137,7 @@ void WatchHandler::updateWatchExpression(WatchItem *item, const QString &newExp)
|
|||||||
item->setValue(QString(QLatin1Char(' ')));
|
item->setValue(QString(QLatin1Char(' ')));
|
||||||
item->update();
|
item->update();
|
||||||
} else {
|
} else {
|
||||||
m_model->m_engine->updateItem(item->iname);
|
m_model->m_engine->updateWatchData(item->iname);
|
||||||
}
|
}
|
||||||
updateWatchersWindow();
|
updateWatchersWindow();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user