Commit ee0aec22392092f7ff114ba985bcadbaedce896a
1 parent
3fb68523
Exists in
master
Calling slice_data.text from slice_data
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/slice_data.py
invesalius/data/viewer_slice.py
... | ... | @@ -1109,7 +1109,6 @@ class Viewer(wx.Panel): |
1109 | 1109 | self.__build_cross_lines() |
1110 | 1110 | |
1111 | 1111 | self.canvas = CanvasRendererCTX(self, self.slice_data.renderer, self.slice_data.canvas_renderer, self.orientation) |
1112 | - self.canvas.draw_list.append(self.slice_data.text) | |
1113 | 1112 | self.canvas.draw_list.append(self.slice_data) |
1114 | 1113 | |
1115 | 1114 | # Set the slice number to the last slice to ensure the camera if far | ... | ... |