Skip to content

Commit

Permalink
fix: warn lost cells only in segm and track mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Sep 7, 2023
1 parent 5710039 commit b5c49ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellacdc/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -13831,7 +13831,7 @@ def warnLostObjects(self, do_warn=True):

mode = str(self.modeComboBox.currentText())
if not mode == 'Segmentation and Tracking':
return
return True

posData = self.data[self.pos_i]
if not posData.lost_IDs:
Expand Down

0 comments on commit b5c49ca

Please sign in to comment.