Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Dec 30, 2022
1 parent 7f8006c commit 12c5f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stackview/_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def update_display_while_drawing(event):
# compare position and label with last known postion. If equal, don't update / redraw
position.append(label_id_to_draw)
if np.array_equal(former_drawn_position, position):
label.value = 'skip'
return

# draw one circle
Expand Down

0 comments on commit 12c5f31

Please sign in to comment.