|
|
@ -776,6 +776,8 @@ namespace Avalonia.Controls |
|
|
_scaling = ValidateScaling(scaling); |
|
|
_scaling = ValidateScaling(scaling); |
|
|
LayoutHelper.InvalidateSelfAndChildrenMeasure(this); |
|
|
LayoutHelper.InvalidateSelfAndChildrenMeasure(this); |
|
|
Dispatcher.UIThread.Send(_ => ScalingChanged?.Invoke(this, EventArgs.Empty)); |
|
|
Dispatcher.UIThread.Send(_ => ScalingChanged?.Invoke(this, EventArgs.Empty)); |
|
|
|
|
|
|
|
|
|
|
|
InvalidateChildInsetsPadding(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private void HandleTransparencyLevelChanged(WindowTransparencyLevel transparencyLevel) |
|
|
private void HandleTransparencyLevelChanged(WindowTransparencyLevel transparencyLevel) |
|
|
|