From 3daf5e6e48db792709612b0b1008ab14003a4ec0 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 3 Feb 2010 12:47:25 +0000 Subject: [PATCH] FIX: The volume WW/WL behavior follows the slice behavior --- 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 f0dd12c..9263f25 100755 --- a/invesalius/data/volume.py +++ b/invesalius/data/volume.py @@ -195,7 +195,7 @@ class Volume(): (ww, wl)) def OnSetRelativeWindowLevel(self, pubsub_evt): - diff_ww, diff_wl = pubsub_evt.data + diff_wl, diff_ww = pubsub_evt.data ww = self.ww + diff_ww wl = self.wl + diff_wl ps.Publisher().sendMessage('Set volume window and level text', -- libgit2 0.21.2