projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelec...
[wxWidgets.git]
/
wxPython
/
demo
/
Throbber.py
diff --git
a/wxPython/demo/Throbber.py
b/wxPython/demo/Throbber.py
index f855a2dfacaa2269afa5a9a7610bdbe89f9ae66f..3b6d38c81cc0261e33cd445f8a306560046230d9 100644
(file)
--- a/
wxPython/demo/Throbber.py
+++ b/
wxPython/demo/Throbber.py
@@
-161,13
+161,8
@@
class TestPanel(wx.Panel):
#----------------------------------------------------------------------
def runTest(frame, nb, log):
#----------------------------------------------------------------------
def runTest(frame, nb, log):
- if wx.Platform == "__WXMAC__":
- wx.MessageBox("This demo currently fails on the Mac.",
- "Sorry")
- return
- else:
- win = TestPanel(nb, log)
- return win
+ win = TestPanel(nb, log)
+ return win
#----------------------------------------------------------------------
#----------------------------------------------------------------------