Skip to content

Commit

Permalink
update_min_max_clustersize
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraedel authored Jan 23, 2024
1 parent 0bee602 commit 2fcb09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arcospx/_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _set_widget_worker(funciton_worker):


@magic_factory(
arcos_worker={"visible": False}, widget_init=_on_track_events_init
arcos_worker={"visible": False}, minClSz={"min": 1, "max": 100000}, widget_init=_on_track_events_init
)
def track_events(
image_selector: Image,
Expand Down

0 comments on commit 2fcb09b

Please sign in to comment.