]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/ogl/_basic.py
Reset the position when auto-sizing toolbar
[wxWidgets.git] / wxPython / wx / lib / ogl / _basic.py
index 757c5c2115da98632b52243ad34649c165f62b35..646a95af588c67fbbff6632f26ea87bb253e46e7 100644 (file)
@@ -1166,7 +1166,7 @@ class Shape(ShapeEvtHandler):
         """Flash the shape."""
         if self.GetCanvas():
             dc = wx.ClientDC(self.GetCanvas())
-            self.GetCanvas.PrepareDC(dc)
+            self.GetCanvas().PrepareDC(dc)
 
             dc.SetLogicalFunction(OGLRBLF)
             self.Draw(dc)