PythonSTC.py
changeset 311 c44484c3429f
parent 283 d0e6fc0701fb
child 332 4f0e1d66bba5
--- a/PythonSTC.py	Tue Jan 20 15:04:14 2009 +0100
+++ b/PythonSTC.py	Tue Jan 20 15:04:41 2009 +0100
@@ -521,8 +521,6 @@
     """Panel for the 'Demo Code' tab"""
     def __init__(self, parent, mainFrame):
         wx.Panel.__init__(self, parent, size=(1,1))
-        if 'wxMSW' in wx.PlatformInfo:
-            self.Hide()
         self.mainFrame = mainFrame
         self.editor = PythonCodeEditor(self)
         self.editor.RegisterModifiedEvent(self.OnCodeModified)