Skip to content

kwinrules: Do not force suggested property values

Ismael Asensio requested to merge work/do_not_force_values into master

This is unnecessary and also causes a bug, overwriting previously set properties with the new detected values when calling for the menu Edit window properties.

To reproduce:

  1. On any app: Alt-F3 -> Edit Window Properties...
  2. Add some properties (position/size) and apply
  3. Move and resize the app
  4. Again on the same app: Alt-F3 -> Edit Window Properties...

While at it, change signal name to better match its meaning (on a second commit, it can be squashed at will)

Merge request reports

Loading