Skip to content

Commit

Permalink
Merge pull request #7 from LorenzLamm/opaque_components
Browse files Browse the repository at this point in the history
look for labels layers for storing
  • Loading branch information
LorenzLamm authored Jul 12, 2024
2 parents b6000e3 + b5c394e commit 3ea0dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lasso_3d/_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _on_layer_change(self, event):
None
)
self.store_tomogram_widget.image_layer.choices = (
self._get_valid_image_layers(None)
self._get_valid_labels_layers(None)
)
self.store_all_components_widget.image_layer.choices = (
self._get_valid_image_layers(None)
Expand Down

0 comments on commit 3ea0dad

Please sign in to comment.