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