From 30442c8cb71bfc5203c7bfe2107b16f9d8c09aca Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Tue, 22 Feb 2011 14:48:11 +0000 Subject: [PATCH] Updating slices when changing threshold --- invesalius/data/viewer_slice.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index deb4a78..4078b58 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1302,6 +1302,7 @@ class Viewer(wx.Panel): def ReloadActualSlice(self, pubsub_evt): pos = self.scroll.GetThumbPosition() self.set_slice_number(pos) + self.interactor.Render() def AddActors(self, pubsub_evt): "Inserting actors" -- libgit2 0.21.2