fixed indentation error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-07 01:47:10 +00:00
parent c751d1d731
commit 7a0a389e19

View File

@@ -141,6 +141,7 @@ class GenStaticText(wx.PyControl):
dc.SetTextForeground(self.GetForegroundColour()) dc.SetTextForeground(self.GetForegroundColour())
else: else:
dc.SetTextForeground(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT)) dc.SetTextForeground(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT))
dc.SetFont(self.GetFont()) dc.SetFont(self.GetFont())
label = self.GetLabel() label = self.GetLabel()
style = self.GetWindowStyleFlag() style = self.GetWindowStyleFlag()