Fix attempt for font size in togglepanel

This commit is contained in:
HomeWorld
2010-09-16 14:08:26 +03:00
parent 4b3a9c7438
commit 7216f9566a

View File

@@ -33,7 +33,7 @@ class TogglePanel ( wx.Panel ):
def __init__( self, parent ):
wx.Panel.__init__ ( self, parent, id = wx.ID_ANY, pos = wx.DefaultPosition, size = wx.Size( -1,-1 ), style = wx.TAB_TRAVERSAL )
self.InheritAttributes()
self._toggle = 1
self.parent = parent