From 68c68639aef996de0957151b47e7d150e573300d Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Mon, 25 Jun 2012 16:36:36 +0000 Subject: [PATCH] Adding the crosses on the overlay renderer instead of adding on the main one. --- invesalius/data/viewer_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index dfe8dfe..2750c81 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1213,7 +1213,7 @@ class Viewer(wx.Panel): self.SetInteractorStyle(const.STATE_DEFAULT) def __build_cross_lines(self, imagedata): - renderer = self.slice_data.renderer + renderer = self.slice_data.overlay_renderer cross = vtk.vtkCursor3D() cross.AllOff() -- libgit2 0.21.2