]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/floatcanvas/FloatCanvas.py
Smartphone menus.
[wxWidgets.git] / wxPython / wx / lib / floatcanvas / FloatCanvas.py
index 58f9421df07be3b0b73f3022e8c2b722dbf4fc01..4ff0fcb513d52813e8c52226cf74335cdc604eca 100644 (file)
@@ -1646,7 +1646,6 @@ class FloatCanvas(wx.Panel):
                               ViewPortBB,
                               self._ForegroundHTdc)
         ScreenDC.Blit(0, 0, self.PanelSize[0],self.PanelSize[1], dc, 0, 0)
-##        wx.GetApp().Yield(True)
         # If the canvas is in the middle of a zoom or move, the Rubber Band box needs to be re-drawn
         # This seeems out of place, but it works.
         if self.PrevRBBox: