-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.0
-
None
-
bb8c3d4
Binding
{ target: screen; property: "color"; when: screen.changeColor == true; value: r2.color }works as expected.
Binding
{ target: screen; property: "color"; value: r2.color; when: screen.changeColor == true }the 'when' clause is not taken into account.