# HG changeset patch
# User lbessard
# Date 1232460281 -3600
# Node ID c44484c3429f7d93db386962b17e9c9f02e63e4f
# Parent  11a82fbbac46b2fbd499476e2bf15b187c56b065
Bug on Windows fixed

diff -r 11a82fbbac46 -r c44484c3429f 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)