Skip to content

Commit 05847bf

Browse files
emmaussmaxkatz6
authored andcommitted
update scaling when Position is set directly (#13590)
1 parent 42a739c commit 05847bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Avalonia.X11/X11Window.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ public PixelPoint Position
10781078
{
10791079
_position = value;
10801080
PositionChanged?.Invoke(value);
1081+
UpdateScaling();
10811082
}
10821083
}
10831084
}

0 commit comments

Comments
 (0)