File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2008-04-11 Revert commits 5002 and 5031, which were intended to
2+ avoid an unnecessary call to draw(). 5002 broke saving
3+ figures before show(). 5031 fixed the problem created in
4+ 5002, but broke interactive plotting. Unnecessary call to
5+ draw still needs resolution - DSD
6+
172008-04-07 Improve color validation in rc handling, suggested
28 by Lev Givon - EF
39
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ def draw( self ):
131131 if DEBUG : print "FigureCanvasQtAgg.draw" , self
132132 self .replot = True
133133 FigureCanvasAgg .draw (self )
134+ self .update ()
134135
135136 def blit (self , bbox = None ):
136137 """
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ def draw( self ):
136136 if DEBUG : print "FigureCanvasQtAgg.draw" , self
137137 self .replot = True
138138 FigureCanvasAgg .draw (self )
139+ self .repaint (False )
139140
140141 def blit (self , bbox = None ):
141142 """
You can’t perform that action at this time.
0 commit comments