From 2a13b7cf988c7186aef8ddd77eb0cd8bc7cd8e5d Mon Sep 17 00:00:00 2001 From: Werner F Bruhin Date: Sat, 14 Jun 2014 15:13:06 +0200 Subject: [PATCH] - Typo found by PyLint --- wx/lib/ogl/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/lib/ogl/basic.py b/wx/lib/ogl/basic.py index 5849efce..f636f125 100644 --- a/wx/lib/ogl/basic.py +++ b/wx/lib/ogl/basic.py @@ -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)