Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override layoutcomponent x/y using layoutX/Y
Duo called out a bug where a translation constraint applied to a layout component behaved differently in editor vs runtime. The issue was due to the constraint using x/y properties, whereas layoutX/Y should be used for layout components. Added an override to fix this. Checked other usages of x/y() in CPP and currently, the only place they are used that is applicable to layout components is in constraints and ListenerAlignTarget. Diffs= e8d6e5db26 Override layoutcomponent x/y using layoutX/Y (#8714) Co-authored-by: Philip Chung <philterdesign@gmail.com>
- Loading branch information