Commit 74084ca6eb658100837fedd4b59d2a3361636f9b

Authored by tfmoraes
1 parent bd4b822d

When the user leave the interactor the cursor pencil is hidden. This closes ticket #254

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -426,8 +426,7 @@ class Viewer(wx.Panel):
426 426 pass
427 427  
428 428 def OnLeaveInteractor(self, evt, obj):
429   - for slice_data in self.slice_data_list:
430   - slice_data.cursor.Show(0)
  429 + self.slice_data.cursor.Show(0)
431 430 self.interactor.Render()
432 431  
433 432 def SetWLText(self, window_width, window_level):
... ...