QmlDesigner: Do not show selection rect and label when moving

This makes repositioning items easier and the label is not in the way.

Change-Id: I5020ee50ca95f57aac9d3af6abcd09ed41b6d0cd
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2018-11-14 16:55:04 +01:00
committed by Tim Jenssen
parent 4003018bd6
commit ef94a39a14

View File

@@ -96,7 +96,7 @@ void MoveTool::mouseMoveEvent(const QList<QGraphicsItem*> &itemList,
if (m_movingItems.isEmpty()) if (m_movingItems.isEmpty())
return; return;
// m_selectionIndicator.hide(); m_selectionIndicator.hide();
m_resizeIndicator.hide(); m_resizeIndicator.hide();
m_anchorIndicator.hide(); m_anchorIndicator.hide();
m_bindingIndicator.hide(); m_bindingIndicator.hide();