mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Patch out GTK specific function from wx 3.2.1
This commit is contained in:
committed by
Scott Talbert
parent
d1cb24cc94
commit
3812a286c4
@@ -212,6 +212,12 @@ def run():
|
||||
#endif
|
||||
""")
|
||||
|
||||
c.find('GTKAllowDiagnosticsControl').setCppCode("""\
|
||||
#ifdef __WXGTK__
|
||||
wxApp::GTKAllowDiagnosticsControl();
|
||||
#endif
|
||||
""")
|
||||
|
||||
c.find('GetGUIInstance').ignore()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user