a little cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-07-01 00:48:01 +00:00
parent ba3e5ef265
commit 66d97e046e

View File

@@ -502,9 +502,6 @@ class ColourInfoPanel(wx.Panel):
self._fgtxt.SetValue( clr2hex(win.GetForegroundColour(), self._fgclr) )
self._bgtxt.SetValue( clr2hex(win.GetBackgroundColour(), self._bgclr) )
## f = win.GetFont()
## print f.GetNativeFontInfo().ToString()
def Clear(self):
self._fgtxt.SetValue("")