projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
typo
[wxWidgets.git]
/
wxPython
/
demo
/
Treebook.py
diff --git
a/wxPython/demo/Treebook.py
b/wxPython/demo/Treebook.py
index fded8080a5112d0d0a3548afa51a10e84b31bc75..7657f94803100de3002f9121c030eb214d575fab 100644
(file)
--- a/
wxPython/demo/Treebook.py
+++ b/
wxPython/demo/Treebook.py
@@
-60,6
+60,7
@@
class TestTB(wx.Treebook):
self.Bind(wx.EVT_TREEBOOK_PAGE_CHANGED, self.OnPageChanged)
self.Bind(wx.EVT_TREEBOOK_PAGE_CHANGING, self.OnPageChanging)
+ # This is a workaround for a sizing bug on Mac...
wx.FutureCall(100, self.AdjustSize)
def AdjustSize(self):