]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/ogl/_basic.py
Added limited support for wxEventLoop (you can't derive from a
[wxWidgets.git] / wxPython / wx / lib / ogl / _basic.py
index 142ee3366af332fb2a3109413bfd7dea6a35ec28..a08bd9ac656b239fceb3a88df53091533c8df7cc 100644 (file)
@@ -814,7 +814,7 @@ class Shape(ShapeEvtHandler):
 
         for line in self._lines:
             if attachment == -1 or (line.GetTo() == self and line.GetAttachmentTo() == attachment or line.GetFrom() == self and line.GetAttachmentFrom() == attachment):
-                line.GetEventHandler().Draw(dc)
+                line.Draw(dc)
                 
         if recurse:
             for child in self._children: