Commit e76c7155184f651c5e3358d347f5d808d94a28ba

Authored by tfmoraes
1 parent 962461fa

FIX: Removed the cross that appears in raycasting image exported

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/data/viewer_volume.py
... ... @@ -166,7 +166,7 @@ class Viewer(wx.Panel):
166 166 #Use tiling to generate a large rendering.
167 167 image = vtk.vtkRenderLargeImage()
168 168 image.SetInput(self.ren)
169   - image.SetMagnification(2)
  169 + image.SetMagnification(1)
170 170  
171 171 image = image.GetOutput()
172 172  
... ...