]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/stattext.py
added defines for wxchar workaround
[wxWidgets.git] / wxPython / wx / lib / stattext.py
index c7cd5ff21ec1a4a305f2268bcc9a36cd83ff0107..ec38e165e71de310ce4a1b013bb3b3fbdfc375d3 100644 (file)
@@ -113,7 +113,7 @@ class GenStaticText(wx.PyControl):
         backBrush = wx.Brush(clr, wx.SOLID)
         if wx.Platform == "__WXMAC__" and clr == self.defBackClr:
             # if colour is still the default then use the striped background on Mac
-            backBrush.SetMacTheme(1) # 1 == kThemeBrushDialogBackgroundActive
+            backBrush.MacSetTheme(1) # 1 == kThemeBrushDialogBackgroundActive
         dc.SetBackground(backBrush)
 
         dc.SetTextForeground(self.GetForegroundColour())