Skip to content

Commit

Permalink
update scaling when Position is set directly (#13590)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmauss authored and maxkatz6 committed Dec 5, 2023
1 parent 42a739c commit 05847bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Avalonia.X11/X11Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ public PixelPoint Position
{
_position = value;
PositionChanged?.Invoke(value);
UpdateScaling();
}
}
}
Expand Down

0 comments on commit 05847bf

Please sign in to comment.