Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.2
-
None
Description
I have a 2D scene (png file) inside a QML "item", inside the main screen rectangle. clip set to true for "item".
I am adjusting the scaling, x, and y values of the 2D scene and setting timeline keyframes. I go from 0 scaling to 10,00 and adjust the x,y to keep the image centered on what I want to zoom in on.
When clicking on other parts of the screen, ie. the timeline, or other properties, properties I have set will change. This is 100% reproducible and seriously affects the usability. This is especially true when modifying multiple properties, like x and y and height values.
I also saw this when trying to create a QML bar that has changing x, y, height and color animation values. when editing x or y, the other value would change back to what it was before. It does not help to edit the QML directly.