OGL fixes from Davide Salomoni

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-30 21:24:51 +00:00
parent 6260902dee
commit 7276cbe3f0
2 changed files with 6 additions and 2 deletions

View File

@@ -1375,7 +1375,7 @@ class LineShape(Shape):
"""
for arrow in self._arcArrows:
if (position == -1 or position == arrow.GetArrowEnd()) and arrow.GetName() == name:
return arow
return arrow
return None