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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
native/Avalonia.Native/src/OSX/window.mm
|
|
|
@ -757,6 +757,7 @@ private: |
|
|
|
} |
|
|
|
|
|
|
|
_lastWindowState = state; |
|
|
|
_actualWindowState = state; |
|
|
|
WindowEvents->WindowStateChanged(state); |
|
|
|
} |
|
|
|
} |
|
|
|
|