Emmanuel Hansen
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/Avalonia.Controls/TopLevel.cs
|
|
|
@ -777,6 +777,8 @@ namespace Avalonia.Controls |
|
|
|
_scaling = ValidateScaling(scaling); |
|
|
|
LayoutHelper.InvalidateSelfAndChildrenMeasure(this); |
|
|
|
Dispatcher.UIThread.Send(_ => ScalingChanged?.Invoke(this, EventArgs.Empty)); |
|
|
|
|
|
|
|
InvalidateChildInsetsPadding(); |
|
|
|
} |
|
|
|
|
|
|
|
private void HandleTransparencyLevelChanged(WindowTransparencyLevel transparencyLevel) |
|
|
|
|