forked from qt-creator/qt-creator
Debugger: Don't update watch view needlessly
Column width computation is not cheap. Change-Id: I615e1f9888f32171c478bfa2be565a91d669e8a2 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -877,7 +877,8 @@ bool WatchModel::setData(const QModelIndex &idx, const QVariant &value, int role
|
||||
} else {
|
||||
m_expandedINames.remove(item->iname);
|
||||
}
|
||||
emit columnAdjustmentRequested();
|
||||
if (item->iname.contains('.'))
|
||||
emit columnAdjustmentRequested();
|
||||
break;
|
||||
|
||||
case LocalsTypeFormatRole:
|
||||
|
||||
Reference in New Issue
Block a user