mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add support for building with GTK3
This commit is contained in:
@@ -17,7 +17,7 @@ class MyHtmlWindow(html.HtmlWindow):
|
||||
def __init__(self, parent, id, log):
|
||||
html.HtmlWindow.__init__(self, parent, id, style=wx.NO_FULL_REPAINT_ON_RESIZE)
|
||||
self.log = log
|
||||
if "gtk2" in wx.PlatformInfo:
|
||||
if "gtk2" in wx.PlatformInfo or "gtk3" in wx.PlatformInfo:
|
||||
self.SetStandardFonts()
|
||||
|
||||
def OnLinkClicked(self, linkinfo):
|
||||
|
||||
Reference in New Issue
Block a user