projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use just HAVE_FSYNC as wxFsync() guard, it is now defined if wxFsync() is
[wxWidgets.git]
/
wxPython
/
demo
/
GraphicsContext.py
diff --git
a/wxPython/demo/GraphicsContext.py
b/wxPython/demo/GraphicsContext.py
index a383ff742589ad041ee52c407d35fdf577989bb4..bc2d3039ebea74493f172056b19bbbb538a83fa9 100644
(file)
--- 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),