Commit 25192bff06df18fbafe6bdcc24badddbcf34263e

Authored by tfmoraes
1 parent 81b2ba01

STYLE: Removed exceeding white spaces

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
invesalius/data/viewer_slice.py
@@ -616,9 +616,9 @@ class Viewer(wx.Panel): @@ -616,9 +616,9 @@ class Viewer(wx.Panel):
616 slice_data = self.get_slice_data(render) 616 slice_data = self.get_slice_data(render)
617 617
618 # TODO: Improve! 618 # TODO: Improve!
619 - for i in self.slice_data_list:  
620 - i.cursor.Show(0)  
621 - slice_data.cursor.Show() 619 + #for i in self.slice_data_list:
  620 + #i.cursor.Show(0)
  621 + #slice_data.cursor.Show()
622 622
623 self.pick.Pick(mouse_x, mouse_y, 0, render) 623 self.pick.Pick(mouse_x, mouse_y, 0, render)
624 coord = self.get_coordinate_cursor() 624 coord = self.get_coordinate_cursor()