From cbf6471f7b97a1c29e18cd53a0995f81ae090a21 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Thu, 16 Sep 2010 16:34:50 +0300 Subject: [PATCH] Revert "Fix attempt for font size in togglepanel" This reverts commit 7216f9566ab68dc7d7f66d2cd8c3587062cca943. --- gui/pyfatogglepanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/pyfatogglepanel.py b/gui/pyfatogglepanel.py index 76d9a240f..a81bee50b 100644 --- a/gui/pyfatogglepanel.py +++ b/gui/pyfatogglepanel.py @@ -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