SetTextColour is gone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-29 03:05:07 +00:00
parent 5c8c7dd324
commit ce4b7808ca

View File

@@ -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),