Browse Source
GetAbsoluteBounds() was using TransformToAABB only for the position but then returning the untransformed Bounds.Size. This caused native controls inside a Viewbox (or any parent with a visual transform) to be sized incorrectly - the native window would appear at the right position but at the wrong (unscaled) size. Use the full transformed rect from TransformToAABB for both position and size. Fixes #13832 Co-authored-by: Julien Lebosquain <julien@lebosquain.net>text_selector_zindex
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue