Automatically turn off automatic placement when adjusting element's position via keyboard

• Aug 25, 2016 - 23:01
Reported version
3.0
Type
Functional
Severity
S5 - Suggestion
Status
closed
Project

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?