X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51aad6d34f4f434686868d926437c8cad3984824..6256bfc859cfd2b8ce39fbb0301f3ba1cdd20019:/wxPython/demo/GraphicsContext.py

diff --git a/wxPython/demo/GraphicsContext.py b/wxPython/demo/GraphicsContext.py
index a383ff7425..bc2d3039eb 100644
--- a/wxPython/demo/GraphicsContext.py
+++ b/wxPython/demo/GraphicsContext.py
@@ -42,7 +42,6 @@ class TestPanel(wx.Panel):
 
         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),