Skip to content
Snippets Groups Projects
Commit a1d6786d authored by Marco Bubke's avatar Marco Bubke
Browse files

Show the selection indicator for resizing

parent 4d0502f4
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ void ResizeTool::mousePressEvent(const QList<QGraphicsItem*> &itemList, ...@@ -65,7 +65,6 @@ void ResizeTool::mousePressEvent(const QList<QGraphicsItem*> &itemList,
if (resizeHandle) { if (resizeHandle) {
m_resizeManipulator.setHandle(resizeHandle); m_resizeManipulator.setHandle(resizeHandle);
m_resizeManipulator.begin(event->scenePos()); m_resizeManipulator.begin(event->scenePos());
m_selectionIndicator.hide();
m_resizeIndicator.hide(); m_resizeIndicator.hide();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment