From b5c49cafb3b4fb4cb14f4aa5d54f6aa8f19bab54 Mon Sep 17 00:00:00 2001 From: Francesco Date: Thu, 7 Sep 2023 15:20:05 +0200 Subject: [PATCH] fix: warn lost cells only in segm and track mode --- cellacdc/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellacdc/gui.py b/cellacdc/gui.py index d92dcecd..54196326 100755 --- a/cellacdc/gui.py +++ b/cellacdc/gui.py @@ -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: