Commit 8cb54de9a7f91580e40548df1f01f6687e97407d

Authored by tfmoraes
1 parent 94876947

FIX: Setting the orientation from the new created slice data

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/data/viewer_slice.py
@@ -713,6 +713,7 @@ class Viewer(wx.Panel): @@ -713,6 +713,7 @@ class Viewer(wx.Panel):
713 slice_data = self.slice_data_list[n] 713 slice_data = self.slice_data_list[n]
714 slice_data.renderer.SetViewport(position) 714 slice_data.renderer.SetViewport(position)
715 slice_data.SetCursor(self.__create_cursor()) 715 slice_data.SetCursor(self.__create_cursor())
  716 + self.__update_camera(slice_data)
716 n += 1 717 n += 1
717 718
718 def __create_cursor(self): 719 def __create_cursor(self):