diff --git a/data/core/docview.lua b/data/core/docview.lua index 65a3778e..1ed8f429 100644 --- a/data/core/docview.lua +++ b/data/core/docview.lua @@ -227,7 +227,7 @@ end function DocView:on_mouse_moved(x, y, ...) DocView.super.on_mouse_moved(self, x, y, ...) - if self.hovered_scrollbar or self.dragging_scrollbar then + if self.hovered_scrollbar_track or self.dragging_scrollbar then self.cursor = "arrow" else self.cursor = "ibeam"