Skip to content
Snippets Groups Projects
Commit f23516f7 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

talk about epic typos

parent a4eccd4f
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ function _M:setScroll(i, do_shifty_thing)
end
self.max = self.max + shift
if do_shifty_thing then self.scroll = self.scroll + shift end
self.scrollbar.max = self.scrollbar.max - math.max(0, self.max - self.max_display)
self.scrollbar.max = math.max(0, self.max - self.max_display)
end
function _M:innerDisplay(x, y, nb_keyframes, tx, ty)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment