Skip to content

kwinrules: Fix binding loop on coordinate editor

Ismael Asensio requested to merge work/fix_binding_loop into master

Only set the model value when the user explicitly interacts with the control.

This fixes a bug where some detected properties (position and size) were not fully applied due to the the binding loop.

Merge request reports