From 22aa7bb1d7cc627095c59cc0d434faa2489789a8 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Fri, 22 Aug 2014 09:47:15 -0300 Subject: [PATCH] updating scalar range --- invesalius/control.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/invesalius/control.py b/invesalius/control.py index ff4671c..5a03546 100644 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -572,6 +572,8 @@ class Controller(): self.Slice.window_level = wl self.Slice.window_width = ww + scalar_range = self.matrix.min(), self.matrix.max() + Publisher.sendMessage('Update threshold limits list', scalar_range) return self.matrix, self.filename, dicom -- libgit2 0.21.2