beremiz

Bug on Windows fixed

2009-01-20, lbessard
c44484c3429f
Parents 11a82fbbac46
Children 8a702213ce51
Bug on Windows fixed
  • +0 -2
    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)