Explorar o código

android - fix scaling of inset when app is launched (#19797)

Emmanuel Hansen hai 1 semana
pai
achega
5581fde271
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/Avalonia.Controls/TopLevel.cs

+ 2 - 0
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)