]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/buttons.py
Using buffered drawing won't let the themed background show through,
[wxWidgets.git] / wxPython / wx / lib / buttons.py
index e01fd4b55bbc0bad306ef0465b79bf2f8c552ead..ea8fea98b5a49ae875e2ad72c6e694ebac0ed817 100644 (file)
@@ -262,7 +262,7 @@ class GenButton(wx.PyControl):
         x2 = width-1
         y2 = height-1
         
-        dc = wx.BufferedPaintDC(self)
+        dc = wx.PaintDC(self)
         brush = None
         
         if self.up: