git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43136
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
dc.Clear()
if self.IsEnabled():
- dc.SetTextForeground(self.GetForegroundColour())
- else:
- dc.SetTextForeground(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT))
+ dc.SetTextForeground(self.GetForegroundColour())
+ else:
+ dc.SetTextForeground(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT))
+
dc.SetFont(self.GetFont())
label = self.GetLabel()
style = self.GetWindowStyleFlag()