]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GraphicsContext.py
Compile fixes for Panther
[wxWidgets.git] / wxPython / demo / GraphicsContext.py
index a383ff742589ad041ee52c407d35fdf577989bb4..bc2d3039ebea74493f172056b19bbbb538a83fa9 100644 (file)
@@ -42,7 +42,6 @@ class TestPanel(wx.Panel):
 
         gc.SetPen(wx.Pen("navy", 1))
         gc.SetBrush(wx.Brush("pink"))
 
         gc.SetPen(wx.Pen("navy", 1))
         gc.SetBrush(wx.Brush("pink"))
-        gc.SetTextColour("black")
 
         # show the difference between stroking, filling and drawing
         for label, PathFunc in [("StrokePath", gc.StrokePath),
 
         # show the difference between stroking, filling and drawing
         for label, PathFunc in [("StrokePath", gc.StrokePath),