From ef94a39a144ddd2b92b9c2c19d9d4244a3d5c0ad Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 14 Nov 2018 16:55:04 +0100 Subject: [PATCH] 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 --- src/plugins/qmldesigner/components/formeditor/movetool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/formeditor/movetool.cpp b/src/plugins/qmldesigner/components/formeditor/movetool.cpp index 75bce105a43..5011a5099c7 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 &itemList, if (m_movingItems.isEmpty()) return; - // m_selectionIndicator.hide(); + m_selectionIndicator.hide(); m_resizeIndicator.hide(); m_anchorIndicator.hide(); m_bindingIndicator.hide();