Disable mouse drag ability for Measure Rests because they can't be easily laid out while dragging

• Dec 26, 2018 - 09:38
Reported version
3.0
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project

A very minor but noticeable slightly annoying glitch occurs while dragging Measure Rests:

drag-measure-rest.gif

This occurs because Measure Rests are supposed to be laid out in the center of their measure...but unfortunately it is not easy to lay them out because their x position is dependent on layout of their parent measure. So to make things simple, to avoid this glitch I'm going to disable this ability. I doubt anyone will complain. They may still adjust position of measure rests by using inspector x/y offset or pressing up/down on keyboard.


Comments

Status PR created fixed

Fixed in branch master, commit bedde9f74f

fix #280666 disable mouse drag for measure rests

A very minor but noticeable slightly annoying glitch would occur while dragging Measure Rests: their x position would be relative to the initial tick even though their position is relative to their parent measure center.

This occurs because Measure Rests are supposed to be laid out in the center of their measure...but unfortunately it is not easy to lay them out because their x position is dependent on layout of their parent measure. So to make things simple, to avoid this glitch I'm disabling this ability. I doubt anyone will complain. Users may still adjust position of measure rests by using inspector x/y offset or pressing up/down on keyboard.

Fix version
3.0.1