X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51aad6d34f4f434686868d926437c8cad3984824..916af76f40555e9d2548a1538e2a5563222ea373:/wxPython/demo/GraphicsContext.py?ds=inline 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),