Skip to content

Commit

Permalink
Merge pull request #4533 from matplotlib/revert-3769-master
Browse files Browse the repository at this point in the history
Revert "made idle_event() in backend_bases.py return True"
  • Loading branch information
tacaswell committed Jun 16, 2015
2 parents 2a028c0 + 8a9a08d commit e5f7dd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/matplotlib/backend_bases.py
Expand Up @@ -1980,7 +1980,6 @@ def idle_event(self, guiEvent=None):
s = 'idle_event'
event = IdleEvent(s, self, guiEvent=guiEvent)
self.callbacks.process(s, event)
return True

def grab_mouse(self, ax):
"""
Expand Down

0 comments on commit e5f7dd1

Please sign in to comment.