From 25192bff06df18fbafe6bdcc24badddbcf34263e Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Mon, 28 Dec 2009 13:25:41 +0000 Subject: [PATCH] STYLE: Removed exceeding white spaces --- invesalius/data/viewer_slice.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index b79d90d..fb26593 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -616,9 +616,9 @@ class Viewer(wx.Panel): slice_data = self.get_slice_data(render) # TODO: Improve! - for i in self.slice_data_list: - i.cursor.Show(0) - slice_data.cursor.Show() + #for i in self.slice_data_list: + #i.cursor.Show(0) + #slice_data.cursor.Show() self.pick.Pick(mouse_x, mouse_y, 0, render) coord = self.get_coordinate_cursor() -- libgit2 0.21.2