Commit a41a21b5bdee47bb92931aaf2eafa8e52e182185
1 parent
d891d652
Exists in
master
and in
68 other branches
FIX: Cross reference in the Windows
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
invesalius/data/viewer_slice.py
... | ... | @@ -248,7 +248,6 @@ class Viewer(wx.Panel): |
248 | 248 | self.append_mode('CROSS') |
249 | 249 | self.mouse_pressed = 0 |
250 | 250 | self.cross_actor.VisibilityOn() |
251 | - self.interactor.SetCursor(wx.StockCursor(wx.CURSOR_NONE)) | |
252 | 251 | |
253 | 252 | def OnWindowLevelMove(self, evt, obj): |
254 | 253 | if self.mouse_pressed: | ... | ... |