updated from CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Roman Rolinsky
2006-02-01 10:25:54 +00:00
parent 96dcd41a12
commit 3f31297359

View File

@@ -749,7 +749,7 @@ class Shape(ShapeEvtHandler):
if self._pen: if self._pen:
dc.SetPen(self._pen) dc.SetPen(self._pen)
region = self._regions[0] for region in self._regions:
if region.GetFont(): if region.GetFont():
dc.SetFont(region.GetFont()) dc.SetFont(region.GetFont())