]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.cpp
symbols.txt is no longer.
[wxWidgets.git] / src / stc / ScintillaWX.cpp
index b35314aba43a3654e7ccc8fe84ee5f542984704a..5a256340edffe8d62a9b5b6474e5bb6a445fee7c 100644 (file)
@@ -63,6 +63,11 @@ void  wxSTCDropTarget::OnLeave() {
 #endif
 
 
+#ifdef __WXGTK__
+#undef wxSTC_USE_POPUP
+#define wxSTC_USE_POPUP 0
+#endif
+
 #if wxUSE_POPUPWIN && wxSTC_USE_POPUP
 #include <wx/popupwin.h>
 #define wxSTCCallTipBase wxPopupWindow