Revert "Fix attempt for font size in togglepanel"

This reverts commit 7216f9566a.
This commit is contained in:
HomeWorld
2010-09-16 16:34:50 +03:00
parent b3de96cf54
commit cbf6471f7b

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