Skip to content

Commit

Permalink
Do not reset view when cuts change
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Jul 28, 2021
1 parent 5a269c9 commit 24cb2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrowidgets/bqplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def _observe_cuts(self, change):
else:
self._interval = cuts
if self._data is not None:
self._send_data()
self._send_data(reset_view=False)

@trait.observe('zoom_level')
def _update_zoom_level(self, change):
Expand Down

0 comments on commit 24cb2cf

Please sign in to comment.