Skip to content

Commit

Permalink
Clear selection status when going back to editing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed May 13, 2024
1 parent fa0bc78 commit 8ad52a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/motile_plugin/widgets/motile_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def edit_run(self, run: MotileRun | None):
self.edit_run_widget.show()
if run:
self.edit_run_widget.new_run(run)
self.run_list_widget.runs_list.clearSelection()
self.remove_napari_layers()

def _generate_tracks(self, run: MotileRun) -> None:
Expand Down

0 comments on commit 8ad52a1

Please sign in to comment.