Skip to content

Commit

Permalink
Fixup typo (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
claydugo authored Nov 20, 2023
1 parent fe13841 commit 23e974f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micro_sam/sam_annotator/annotator_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def _commit_tracking_widget(v: Viewer, layer: str = "current_track") -> None:
vutil.clear_annotations(v, clear_segmentations=False)


@magicgui(call_button="Clear Annotations [Shfit + C]")
@magicgui(call_button="Clear Annotations [Shift + C]")
def _clear_widget_tracking(v: Viewer) -> None:
_reset_tracking_state()
vutil.clear_annotations(v)
Expand Down
2 changes: 1 addition & 1 deletion micro_sam/sam_annotator/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def clear_annotations(v: napari.Viewer, clear_segmentations=True) -> None:
v.layers["current_track"].refresh()


@magicgui(call_button="Clear Annotations [Shfit + C]")
@magicgui(call_button="Clear Annotations [Shift + C]")
def _clear_widget(v: napari.Viewer) -> None:
clear_annotations(v)

Expand Down

0 comments on commit 23e974f

Please sign in to comment.