- Typo found by PyLint

This commit is contained in:
Werner F Bruhin
2014-06-14 15:13:06 +02:00
parent 6494fcd577
commit 2a13b7cf98

View File

@@ -2092,7 +2092,7 @@ class Shape(ShapeEvtHandler):
def OnSizingDragLeft(self, pt, draw, x, y, keys = 0, attachment = 0):
bound_x, bound_y = self.GetBoundingBoxMin()
dc = wx.OverMemoryDC()
dc = wx.MemoryDC()
dc.SelectObject(self.GetCanvas()._Buffer)
dc.SetLogicalFunction(OGLRBLF)