Skip to content

Commit

Permalink
Add back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 30, 2023
1 parent ecf9d7e commit 4f62514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glue_jupyter/bqplot/common/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ def update_from_roi(self, roi):
self.interact.selected_y = [np.min(roi.vy), np.max(roi.vy)]
else:
raise TypeError(f'Cannot initialize a BqplotRectangleMode from a {type(roi)}')
# FIXME: the brush selector does not actually update unless the
# widget is resized/refreshed, see
# https://github.com/bloomberg/bqplot/issues/1067

def on_selection_change(self, *args):
if self.interact.selected_x is None or self.interact.selected_y is None:
Expand Down

0 comments on commit 4f62514

Please sign in to comment.