Skip to content

Commit

Permalink
Merge pull request #1197 from pelson/remove_stale_slippy
Browse files Browse the repository at this point in the history
SlippyImageArtist redraw on mouse down
  • Loading branch information
QuLogic committed Nov 16, 2018
2 parents e4b8d5c + 834c3a3 commit 52d9fc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cartopy/mpl/slippy_image_artist.py
Expand Up @@ -50,7 +50,6 @@ def __init__(self, ax, raster_source, **kwargs):

def on_press(self, event=None):
self.user_is_interacting = True
self.stale = True

def on_release(self, event=None):
self.user_is_interacting = False
Expand Down

0 comments on commit 52d9fc5

Please sign in to comment.