You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
350 B
Diff
12 lines
350 B
Diff
--- src/interface/Mainfrm.cpp.orig 2023-03-03 15:06:10.000000000 +0100
|
|
+++ src/interface/Mainfrm.cpp 2023-03-17 14:27:02.000000000 +0100
|
|
@@ -497,7 +497,7 @@
|
|
m_pBottomSplitter->Initialize(m_pContextControl);
|
|
}
|
|
|
|
-#ifdef __WXMAC__
|
|
+#if defined(__WXMAC__) && wxCHECK_VERSION(3, 1, 6)
|
|
EnableFullScreenView(true, wxFULLSCREEN_NOMENUBAR);
|
|
#endif
|
|
|