projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added support for current version of "emxomf".
[wxWidgets.git]
/
wxPython
/
demo
/
HtmlWindow.py
diff --git
a/wxPython/demo/HtmlWindow.py
b/wxPython/demo/HtmlWindow.py
index 633a9ccb59d7401dee64594855f6404c312e3e77..0374604f14ef3cc2c9b58189937e4ce8a9651703 100644
(file)
--- a/
wxPython/demo/HtmlWindow.py
+++ b/
wxPython/demo/HtmlWindow.py
@@
-18,7
+18,7
@@
class MyHtmlWindow(html.HtmlWindow):
self.log = log
self.Bind(wx.EVT_SCROLLWIN, self.OnScroll )
if "gtk2" in wx.PlatformInfo:
- self.
NormalizeFontSize
s()
+ self.
SetStandardFont
s()
def OnScroll( self, event ):
#print 'event.GetOrientation()',event.GetOrientation()