Skip to content

Fix binding loop in KScreen KCM

David Edmundson requested to merge work/layout_binding_loop into master

We need to be careful when binding to transitive properties like enabled or visible.

In this case our size changes to zero when the combobox visibility changes this in turn changes our size which in turn changes the formlayout to hide the layout item which changes the label visibility which changes the layout item size and creates a loop.

Merge request reports