forked from qt-creator/qt-creator
If you move a new item on the formeditor the item is always in the base
state The position is now setted int the base state if you drop a item on the formeditor and move it around. Task-Number: BAUHAUS-644 Reviewed-by: kkoehne
This commit is contained in:
@@ -314,7 +314,7 @@ void DragTool::move(QPointF scenePos)
|
||||
/* if (event->modifiers().testFlag(Qt::ControlModifier) != view()->isSnapButtonChecked())
|
||||
useSnapping = MoveManipulator::UseSnapping;*/
|
||||
|
||||
m_moveManipulator.update(scenePos, useSnapping);
|
||||
m_moveManipulator.update(scenePos, useSnapping, MoveManipulator::UseBaseState);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user