forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
4003018bd6
commit
ef94a39a14
@@ -96,7 +96,7 @@ void MoveTool::mouseMoveEvent(const QList<QGraphicsItem*> &itemList,
|
||||
if (m_movingItems.isEmpty())
|
||||
return;
|
||||
|
||||
// m_selectionIndicator.hide();
|
||||
m_selectionIndicator.hide();
|
||||
m_resizeIndicator.hide();
|
||||
m_anchorIndicator.hide();
|
||||
m_bindingIndicator.hide();
|
||||
|
Reference in New Issue
Block a user