We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266d1ec commit 076c2f8Copy full SHA for 076c2f8
2 files changed
src/editing_area.cpp
@@ -42,6 +42,10 @@
42
#include <wx/statbmp.h>
43
#include <wx/stattext.h>
44
45
+#if !wxCHECK_VERSION(3,1,0)
46
+ #define CenterVertical() Center()
47
+#endif
48
+
49
#include <algorithm>
50
51
src/menus.cpp
@@ -25,7 +25,10 @@
25
26
#include "menus.h"
27
28
+#ifdef __WXOSX__
29
#include "macos_helpers.h"
30
31
32
#include "recent_files.h"
33
#include "str_helpers.h"
34
0 commit comments