Commit 556780ef979d3aa8cff3304f37d29ecf7f74a5ba

Authored by Thiago Franco de Moraes
1 parent acdab97e
Exists in master

Removed an uneeded render when using cross

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -573,7 +573,6 @@ class Viewer(wx.Panel):
573 573  
574 574 self.cross.SetFocalPoint((ux, uy, uz))
575 575 self.ScrollSlice(coord)
576   - self.interactor.Render()
577 576  
578 577 def SetCrossFocalPoint(self, position):
579 578 self.cross.SetFocalPoint(position)
... ...