Bug fix from Pierre

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-12 18:40:51 +00:00
parent cfce9d35ad
commit 46831f391b

View File

@@ -350,7 +350,7 @@ class LineShape(Shape):
y2 = first_point[1]
y1 = last_point[1]
self._lineControlPoints[i] = wx.RealPoint((x2 - x1) / 2.0 + x1, (y2 - y1) / 2.0 + y1)
self._initialised = True
self._initialised = True
def FormatText(self, dc, s, i):
"""Format a text string according to the region size, adding