Skip to content

Commit

Permalink
Change menu label for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkok committed Nov 14, 2024
1 parent e881d67 commit ea55d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organoid_tracker/visualizer/abstract_image_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def time_point_prompt():
}
for list_name, list_values in image_coloring.COLORMAP_LISTS.items():
for colormap_name in list_values:
menu_options[f"View//Image-Set channel colormap//{list_name}-{colormap_name}"]\
menu_options[f"View//Image-Channel colormap//{list_name}-{colormap_name}"]\
= partial(self._set_channel_color, colormap_name)
return menu_options

Expand Down

0 comments on commit ea55d95

Please sign in to comment.