Make wxFrame::EnableFullScreenView() work under macOS 10.11+
We must explicitly turn on NSWindowCollectionBehaviorFullScreenAuxiliary flag to prevent the window from becoming shown in full screen. Closes #18168.
This commit is contained in:
committed by
Vadim Zeitlin
parent
4e2d26b22e
commit
fe4f35b0a3
@@ -175,6 +175,7 @@ wxOSX:
|
||||
- supporting native image formst like NSImage and UIImage in wxBitmap
|
||||
- native implementation for wxStaticBitmap for correct rendering of template images
|
||||
- Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events (Igor Korot).
|
||||
- Make wxFrame::EnableFullScreenView() work under macOS 10.11+ (Andy Robinson).
|
||||
|
||||
wxQt:
|
||||
|
||||
|
Reference in New Issue
Block a user