forked from qt-creator/qt-creator
QmlDesigner: Update ContentNotEditableIndicator for movements
Task-number: QTCREATORBUG-10644 Change-Id: I23a02dae01faf703dbf9bd5bd643dc091a947eba Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -401,6 +401,7 @@ void MoveTool::formEditorItemsChanged(const QList<FormEditorItem*> &itemList)
|
||||
m_resizeIndicator.updateItems(selectedItemList);
|
||||
m_anchorIndicator.updateItems(selectedItemList);
|
||||
m_bindingIndicator.updateItems(selectedItemList);
|
||||
m_contentNotEditableIndicator.updateItems(selectedItemList);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user