Skip to content

[worksheet] properly update the coordinates of worksheet elements when moving them with the mouse

Alexander Semke requested to merge work/879-textlabel-position-not-updated into master

Description

When moving the element with the mouse (left button pressed), the move event doesn't have the information about the pressed button anymore (NoButton) that is needed in mouseMoveEvent() to decide if the element move was started or not. So, we check the pressed button in mousePressEvent().

Conformity

When external dependencies are removed

  • Reporting to ...

Merge request reports