X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab552aa4d7f70363c6a3c6dd5b26d144c23b271c..0d045709bcd64c28a155a2a9fb29d95f56a0ff7b:/wxPython/wx/lib/ogl/_lines.py diff --git a/wxPython/wx/lib/ogl/_lines.py b/wxPython/wx/lib/ogl/_lines.py index fdee0ed6b5..d4da07dbd2 100644 --- a/wxPython/wx/lib/ogl/_lines.py +++ b/wxPython/wx/lib/ogl/_lines.py @@ -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