forked from qt-creator/qt-creator
DesignTokens: Update bindings on property value change
Fixes: QDS-15125 Change-Id: I2492951f7b184b05e65374062219087040fb9bf3 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -253,6 +253,7 @@ bool CollectionModel::setData(const QModelIndex &index, const QVariant &value, i
|
|||||||
updateCache();
|
updateCache();
|
||||||
|
|
||||||
emit dataChanged(index, index);
|
emit dataChanged(index, index);
|
||||||
|
updateBoundValues();
|
||||||
result = true;
|
result = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user