<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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-&gt;Initialize(m_pContextControl);
 	}
 
-#ifdef __WXMAC__
+#if defined(__WXMAC__) &amp;&amp; wxCHECK_VERSION(3, 1, 6)
 	EnableFullScreenView(true, wxFULLSCREEN_NOMENUBAR);
 #endif
 
</pre></body></html>