From 9fb87ccd702b390a4f287461b6f2a4fa26be9bb0 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 24 Jul 2009 18:08:12 +0000 Subject: [PATCH] FIX: Clear dictionary with points edited if changed threshold --- invesalius/data/slice_.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index d823d4e..64595da 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -75,6 +75,7 @@ class Slice(object): def __set_current_mask_threshold(self, evt_pubsub): threshold_range = evt_pubsub.data index = self.current_mask.index + self.current_mask.edited_points = {} self.SetMaskThreshold(index, threshold_range) def __set_current_mask_colour(self, pubsub_evt): -- libgit2 0.21.2