Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ce1a6f

Browse files
author
Steve Chaplin
committed
'SC'
svn path=/trunk/matplotlib/; revision=1559
1 parent 6e62736 commit 2ce1a6f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_gtkagg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def blit(self, bbox=None):
7575
x, y, w, h = self.allocation
7676
self.window.draw_drawable (self.style.fg_gc[self.state], self._pixmap,
7777
x, y, x, y, w, h)
78-
self._need_redraw = False
7978

8079
def print_figure(self, filename, dpi=150,
8180
facecolor='w', edgecolor='w',

0 commit comments

Comments
 (0)