Commit 55d959f7870d69e6031f42994935fd1a04199ca6

Authored by Thiago Franco de Moraes
1 parent 3d8aeece
Exists in master

Up and Down key working again

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -1312,7 +1312,7 @@ class Viewer(wx.Panel):
1312 1312  
1313 1313 def OnKeyDown(self, evt=None, obj=None):
1314 1314 pos = self.scroll.GetThumbPosition()
1315   - skip = True
  1315 + skip = False
1316 1316  
1317 1317 min = 0
1318 1318 max = self.slice_.GetMaxSliceNumber(self.orientation)
... ...