projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxDisplay build fix for missing Direct Draw.
[wxWidgets.git]
/
wxPython
/
demo
/
Threads.py
diff --git
a/wxPython/demo/Threads.py
b/wxPython/demo/Threads.py
index 8e64bf83476ad597c37f96be0216c0920d013b83..07910dc4d75fabebba3a18b8ad12d841414cc61e 100644
(file)
--- a/
wxPython/demo/Threads.py
+++ b/
wxPython/demo/Threads.py
@@
-224,7
+224,7
@@
class TestPanel(wx.Panel):
def OnButton(self, evt):
def OnButton(self, evt):
- win = TestFrame(
frame,
log)
+ win = TestFrame(
self, self.
log)
win.Show(True)
win.Show(True)