X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34a544a635f3bac9320e6eb41aaaa5a5e8d1f5a4..df1496e3eb11e87e15a29fd04c068cd6cd3b607e:/wxPython/demo/Threads.py diff --git a/wxPython/demo/Threads.py b/wxPython/demo/Threads.py index 8e64bf8347..07910dc4d7 100644 --- a/wxPython/demo/Threads.py +++ b/wxPython/demo/Threads.py @@ -224,7 +224,7 @@ class TestPanel(wx.Panel): def OnButton(self, evt): - win = TestFrame(frame, log) + win = TestFrame(self, self.log) win.Show(True)