From 8cb54de9a7f91580e40548df1f01f6687e97407d Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Fri, 28 Aug 2009 20:29:01 +0000 Subject: [PATCH] FIX: Setting the orientation from the new created slice data --- 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 0629f70..1c3d43a 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -713,6 +713,7 @@ class Viewer(wx.Panel): slice_data = self.slice_data_list[n] slice_data.renderer.SetViewport(position) slice_data.SetCursor(self.__create_cursor()) + self.__update_camera(slice_data) n += 1 def __create_cursor(self): -- libgit2 0.21.2