We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aef2c commit 88a99fcCopy full SHA for 88a99fc
src/navigate/controller/sub_controllers/channels_tab.py
@@ -405,7 +405,8 @@ def set_mode(self, mode: str) -> None:
405
self.stack_acq_widgets[widget_name]["state"] = state
406
elif widget_name.endswith("_offset"):
407
408
- self.update_additional_stacking_axes()
+ if state == "normal":
409
+ self.update_additional_stacking_axes()
410
411
self.view.stack_timepoint_frame.save_check["state"] = (
412
"normal" if image_mode == "single" and mode == "stop" else state
0 commit comments