From e76c7155184f651c5e3358d347f5d808d94a28ba Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 27 Jan 2010 12:10:55 +0000 Subject: [PATCH] FIX: Removed the cross that appears in raycasting image exported --- invesalius/data/viewer_volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/viewer_volume.py b/invesalius/data/viewer_volume.py index 29910df..da182a7 100755 --- a/invesalius/data/viewer_volume.py +++ b/invesalius/data/viewer_volume.py @@ -166,7 +166,7 @@ class Viewer(wx.Panel): #Use tiling to generate a large rendering. image = vtk.vtkRenderLargeImage() image.SetInput(self.ren) - image.SetMagnification(2) + image.SetMagnification(1) image = image.GetOutput() -- libgit2 0.21.2