Commit 8cb54de9a7f91580e40548df1f01f6687e97407d
1 parent
94876947
Exists in
master
and in
6 other branches
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 | 713 | slice_data = self.slice_data_list[n] |
714 | 714 | slice_data.renderer.SetViewport(position) |
715 | 715 | slice_data.SetCursor(self.__create_cursor()) |
716 | + self.__update_camera(slice_data) | |
716 | 717 | n += 1 |
717 | 718 | |
718 | 719 | def __create_cursor(self): | ... | ... |