Skip to content

Commit 59cdb2b

Browse files
committed
rollback change in backend_qt4 that got merged from the maint branch
svn path=/trunk/matplotlib/; revision=5044
1 parent e0e48e5 commit 59cdb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_qt4agg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)