From: Robin Dunn Date: Sun, 29 Oct 2006 03:05:07 +0000 (+0000) Subject: SetTextColour is gone X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce4b7808ca940be201422a066de141ca12f13863?ds=inline SetTextColour is gone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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),