Browse Source
Ensure that native control bounds are properly rounded when UseLayoutRounding is enabled. This prevents alignment issues with Avalonia's visual tree, especially at non-integer scaling factors. The calculation now uses LayoutHelper.RoundLayoutValue for each edge of the transformed rectangle, matching how Avalonia rounds other layout elements.pull/20857/head
committed by
GitHub
1 changed files with 13 additions and 0 deletions
Loading…
Reference in new issue