diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index f95f3f8..bc8bddc 100644 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1312,7 +1312,7 @@ class Viewer(wx.Panel): def OnKeyDown(self, evt=None, obj=None): pos = self.scroll.GetThumbPosition() - skip = True + skip = False min = 0 max = self.slice_.GetMaxSliceNumber(self.orientation) -- libgit2 0.21.2