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

Skip to content

Commit 8ee82f0

Browse files
committed
minor non wx bug fix for pick contains patch
svn path=/trunk/matplotlib/; revision=3488
1 parent 8111a3a commit 8ee82f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,8 +914,8 @@ def hilite(self, ev):
914914
a.set_edgecolor('red')
915915
a.set_facecolor('lightblue')
916916
else: self._active[a] = None
917-
self.draw()
918-
self.gui_repaint()
917+
self.draw_idle()
918+
#self.gui_repaint()
919919

920920
def pick(self, mouseevent):
921921
if not self.widgetlock.locked():

0 commit comments

Comments
 (0)