Skip to content

Commit

Permalink
Avoid breaking RegionScatter with custom color stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoster17 committed Nov 9, 2023
1 parent 8d6f5a8 commit f87062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/viewers/scatter/layer_artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,5 +768,5 @@ def update(self):
def _on_components_changed(self, components_changed):
for limit_helper in [self.state.cmap_lim_helper]:
if limit_helper.attribute in components_changed:
limit_helper.update_values(force=True)
limit_helper.update_values('attribute')
self.redraw()

0 comments on commit f87062c

Please sign in to comment.