Replies: 1 comment 1 reply
-
|
Before jumping to the solution, could you state what you want to happen? It is unclear. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @asturur @ShaMan123 , I have two different textbox types., example: normal type and curved type
Both types use originX = left.
But with curved type, I want to custom orginX to 'center', but I have some problem
When change to curved type, left of object change
Use default originX = left (no problem occurr)

Use orginX = left, and custom originX to 'center' when change textbox with curved type.
Left of object changed at first time
And what function need override to update left correct prevent left change like this
I was overrided 3 functions
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions