Commit e76c7155184f651c5e3358d347f5d808d94a28ba
1 parent
962461fa
Exists in
master
and in
6 other branches
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,7 +166,7 @@ class Viewer(wx.Panel): | ||
166 | #Use tiling to generate a large rendering. | 166 | #Use tiling to generate a large rendering. |
167 | image = vtk.vtkRenderLargeImage() | 167 | image = vtk.vtkRenderLargeImage() |
168 | image.SetInput(self.ren) | 168 | image.SetInput(self.ren) |
169 | - image.SetMagnification(2) | 169 | + image.SetMagnification(1) |
170 | 170 | ||
171 | image = image.GetOutput() | 171 | image = image.GetOutput() |
172 | 172 |