Commit ccabe5ad authored by Aleksei Kanash's avatar Aleksei Kanash

Hot fix for resizing items.

parent e554216a
...@@ -579,8 +579,6 @@ void UBGraphicsDelegateFrame::mouseMoveEvent(QGraphicsSceneMouseEvent *event) ...@@ -579,8 +579,6 @@ void UBGraphicsDelegateFrame::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
else else
mCurrentTool = ResizeBottom; mCurrentTool = ResizeBottom;
mOriginalSize -= incH;
incV = resizeDelegate(moveX, moveY); incV = resizeDelegate(moveX, moveY);
mOriginalSize += incV; mOriginalSize += incV;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment