remove the Yield's

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-08 00:01:20 +00:00
parent db7239958f
commit f8a11ef915
2 changed files with 0 additions and 12 deletions

View 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: