From 4cea1d318c83d8333d5d3ab116cfe7450fd7db59 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Tue, 8 Sep 2009 20:11:54 +0000 Subject: [PATCH] FIX: Showing the window level in the right scale --- invesalius/data/volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/volume.py b/invesalius/data/volume.py index 3695e12..551d8d9 100755 --- a/invesalius/data/volume.py +++ b/invesalius/data/volume.py @@ -303,7 +303,7 @@ class Volume(): l2 = wl + ww/2.0 self.ww = ww - self.wl = wl + self.wl = self.config['wl'] opacity_transfer_func.RemoveAllPoints() opacity_transfer_func.AddSegment(0, 0, 2**16-1, 0) -- libgit2 0.21.2