Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
QDS 4.5
-
None
Description
- Have the code view and states open
- Select the "some" state
- Remove the comment from scale: 2 / 4
- Select the base state
- Property editor still shows the value for "some" state regardless
Rectangle { id: rectangle //scale: 2 / 4 } states: [ State { name: "some" PropertyChanges { target: rectangle scale: 1 / 4 } } ]