Browse Source

Merge branch 'master' into features/web

pull/7029/head
Dan Walmsley 5 years ago
parent
commit
fbbcdd72e7
  1. 1
      src/Avalonia.Controls/Window.cs

1
src/Avalonia.Controls/Window.cs

@ -994,6 +994,7 @@ namespace Avalonia.Controls
protected override void OnPropertyChanged<T>(AvaloniaPropertyChangedEventArgs<T> change) protected override void OnPropertyChanged<T>(AvaloniaPropertyChangedEventArgs<T> change)
{ {
base.OnPropertyChanged(change);
if (change.Property == SystemDecorationsProperty) if (change.Property == SystemDecorationsProperty)
{ {
var typedNewValue = change.NewValue.GetValueOrDefault<SystemDecorations>(); var typedNewValue = change.NewValue.GetValueOrDefault<SystemDecorations>();

Loading…
Cancel
Save