Automatically turn off automatic placement when adjusting element's position via keyboard
Follow-up to #120641: Disable automatic placement of single element when dragged—currently when selecting an element it may be dragged to a new position, but keyboard adjustments don't work until the "Automatic placement" checkbox in the Inspector is clicked.
Comments
The change that did the trick for dragging is at dragelement.cpp, line 150 ff
I wonder whether a very similar approach would do it for elements changed via edit mode too
Hmm, a somewhat closer look indicates we may have to do that in quite a few places, in every elements endEdit() method?
Maybe https://github.com/musescore/MuseScore/pull/2801 fits the bill
Fixed in branch master, commit f5844ef63a
fix #122401: turn off auto placement after pos change via keyb
Fixed in branch master, commit 20fdab9c9d
Merge pull request #2801 from Jojo-Schmitz/editelement
fix #122401: turn off auto placement after pos change via keyb
Automatically closed -- issue fixed for 2 weeks with no activity.