|
|
@ -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; |
|
|
|
|
|
|
|
|
|
|
|