Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
QSR 2.0, QSR 2.1
-
None
-
1e418b8c97 (tqtc-boot2qt/qtsaferenderer/master) d1700e5f47 (tqtc-boot2qt/qtsaferenderer/2.0)
Description
If only the source property is changed the state file is not generated for the state.
SafePicture { id: needle source: "needle/needle_0.pic" width: 300 height: 300 //anchors.centerIn: parent color: "yellow" states: [ State { name: "0" PropertyChanges { target: needle source: "needle/needle_0.pic" } }, ...