Commit 565670ebc4900788733b07acfc92ef2975ee34c7

Authored by tatiana
1 parent 34c37117

ENH: Reverted spin event on volume viewer and improved #53

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/data/viewer_volume.py
@@ -181,7 +181,6 @@ class Viewer(wx.Panel): @@ -181,7 +181,6 @@ class Viewer(wx.Panel):
181 self.interactor.SetInteractorStyle(style) 181 self.interactor.SetInteractorStyle(style)
182 self.style = style 182 self.style = style
183 else: 183 else:
184 - print "ELSE!"  
185 style = vtk.vtkInteractorStyleTrackballCamera() 184 style = vtk.vtkInteractorStyleTrackballCamera()
186 self.interactor.SetInteractorStyle(style) 185 self.interactor.SetInteractorStyle(style)
187 self.style = style 186 self.style = style