forked from pool/codelite
13 lines
394 B
Diff
13 lines
394 B
Diff
|
|
--- codelite-15.0.11/Plugin/clButtonBase.cpp.orig 2022-04-08 17:58:57.751161897 +0200
|
||
|
|
+++ codelite-15.0.11/Plugin/clButtonBase.cpp 2022-04-08 18:03:48.538582896 +0200
|
||
|
|
@@ -14,6 +14,9 @@
|
||
|
|
#define TEXT_SPACER FromDIP(5)
|
||
|
|
#else
|
||
|
|
#define TEXT_SPACER 5
|
||
|
|
+#endif
|
||
|
|
+#if wxCHECK_VERSION(3, 1, 2)
|
||
|
|
+#else
|
||
|
|
#define SetFractionalPointSize SetPointSize
|
||
|
|
#define wxFONTWEIGHT_SEMIBOLD wxFONTWEIGHT_BOLD
|
||
|
|
#endif
|