Skip to content

Commit

Permalink
for loop should not return on subset
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 24, 2023
1 parent be5dd06 commit b8eb5d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def _update_stretch_curve(self, msg=None):
for layer in self.layer.selected_obj:
if isinstance(layer.layer, GroupedSubset):
# don't update histogram for subsets:
return
continue

# clear old mark, if it exists:
mark_label = f'{mark_label_prefix}{layer.label}'
Expand Down

0 comments on commit b8eb5d3

Please sign in to comment.