summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-11-14 16:55:04 +0100
committerTim Jenssen <tim.jenssen@qt.io>2018-11-14 23:15:00 +0000
commitef94a39a144ddd2b92b9c2c19d9d4244a3d5c0ad (patch)
tree8815fda108948c3714d53120d0cd6ebc01fb4f9d
parent4003018bd6891bca0df232cc783e9114d30506f2 (diff)
downloadqt-creator-ef94a39a144ddd2b92b9c2c19d9d4244a3d5c0ad.tar.gz
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>
-rw-r--r--src/plugins/qmldesigner/components/formeditor/movetool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/movetool.cpp b/src/plugins/qmldesigner/components/formeditor/movetool.cpp
index 75bce105a4..5011a5099c 100644
--- a/src/plugins/qmldesigner/components/formeditor/movetool.cpp
+++ b/src/plugins/qmldesigner/components/formeditor/movetool.cpp
@@ -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();