Browse Source

Merge pull request #6245 from AvaloniaUI/fixes/osx-getting-stuck-in-fullscreen

OSX - window state - keep field in sync.
pull/6251/head
Max Katz 5 years ago
committed by GitHub
parent
commit
3aac0a379e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      native/Avalonia.Native/src/OSX/window.mm

1
native/Avalonia.Native/src/OSX/window.mm

@ -757,6 +757,7 @@ private:
}
_lastWindowState = state;
_actualWindowState = state;
WindowEvents->WindowStateChanged(state);
}
}

Loading…
Cancel
Save