]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/floatcanvas/FloatCanvas.py
The new OGL doesn't have to be compatible with the bugs in the old
[wxWidgets.git] / wxPython / wx / lib / floatcanvas / FloatCanvas.py
index 83865fbc3475030f3d748d89cb59ba4da8614d99..4ff0fcb513d52813e8c52226cf74335cdc604eca 100644 (file)
@@ -1602,6 +1602,8 @@ class FloatCanvas(wx.Panel):
         
         """
         #print "In Draw"
+        if self.PanelSize < (1,1): 
+            return
         if self.Debug: start = clock()
         ScreenDC =  wx.ClientDC(self)
         ViewPortWorld = ( self.PixelToWorld((0,0)),
@@ -1644,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: