Skip to content

Commit 8333f65

Browse files
authored
update scaling when Position is set directly (#13590)
1 parent 4007dfa commit 8333f65

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
@@ -1101,6 +1101,7 @@ public PixelPoint Position
11011101
{
11021102
_position = value;
11031103
PositionChanged?.Invoke(value);
1104+
UpdateScaling();
11041105
}
11051106
}
11061107
}

0 commit comments

Comments
 (0)