From 04023804ee934ba28d6f814feb2ee3cbc04e9d6c Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 4 Sep 2009 13:15:07 +0000 Subject: [PATCH] ENH: Synchronize the window and level of the slice_viewer with planes from viewer_volume --- invesalius/data/viewer_slice.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 11762f3..da013dc 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -254,7 +254,10 @@ class Viewer(wx.Panel): const.WINDOW_LEVEL['Other'] = (self.acum_achange_window,\ self.acum_achange_level) ps.Publisher().sendMessage('Check window and level other') - + + #Necessary update the slice plane in the volume case exists + ps.Publisher().sendMessage('Render volume viewer') + self.interactor.Render() -- libgit2 0.21.2