Skip to content

Commit

Permalink
Also auto update annulus calc on relinking
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 7, 2022
1 parent 4b75709 commit 6cfe418
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ def _on_link_update(self, msg):
if self.dataset_selected == '' or self.subset_selected == '':
return

# Force background auto-calculation to update when linking has changed.
self._bg_subset_selected_changed()
# Force background auto-calculation (including annulus) to update when linking has changed.
self._subset_selected_changed()

@observe('subset_selected')
def _subset_selected_changed(self, event={}):
Expand Down

0 comments on commit 6cfe418

Please sign in to comment.