Skip to content

Draft: Try to fix a binding loop warning issue

Méven Car requested to merge meven/kscreen:binding-looooops into master

Just to make sure this makes sense or learn the shortcomings of this solution.

This patch prevents binding loops for implicitWidth, but I still get:

file:///usr/share/kpackage/kcms/kcm_kscreen/contents/ui/Panel.qml:85:13: QML SpinBox: Binding loop detected for property "implicitHeight"
file:///usr/share/kpackage/kcms/kcm_kscreen/contents/ui/Panel.qml:85:13: QML SpinBox: Binding loop detected for property "implicitHeight"

cc @mart @ndavis

Merge request reports