Bug on Windows fixed
authorlbessard
Tue, 20 Jan 2009 15:04:41 +0100
changeset 311 c44484c3429f
parent 310 11a82fbbac46
child 312 8a702213ce51
Bug on Windows fixed
PythonSTC.py
--- 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)