ensuring that visual position follow initialValues

Since the internal components change visualPosition this will just
setup initialValues properly for anything looking at visualPosition
from the start
This commit is contained in:
Chris Cochrun 2023-04-19 06:33:41 -05:00
parent 81ea712c6b
commit d9836db18e

View file

@ -16,8 +16,8 @@ Rectangle {
property real secondValue property real secondValue
property real firstInitialValue property real firstInitialValue
property real secondInitialValue property real secondInitialValue
property real firstVisualPosition property real firstVisualPosition: firstInitialValue
property real secondVisualPosition property real secondVisualPosition: secondInitialValue
signal firstReleased() signal firstReleased()
signal secondReleased() signal secondReleased()