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:
parent
81ea712c6b
commit
d9836db18e
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ Rectangle {
|
|||
property real secondValue
|
||||
property real firstInitialValue
|
||||
property real secondInitialValue
|
||||
property real firstVisualPosition
|
||||
property real secondVisualPosition
|
||||
property real firstVisualPosition: firstInitialValue
|
||||
property real secondVisualPosition: secondInitialValue
|
||||
|
||||
signal firstReleased()
|
||||
signal secondReleased()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue