Show `arrow` cursor when hovering `DocView` scrollbar track

This commit is contained in:
Guldoman 2022-04-12 02:49:44 +02:00
parent 48c371a638
commit 4f434d1a41
No known key found for this signature in database
GPG Key ID: C08A498EC7F1AFDD
1 changed files with 1 additions and 1 deletions

View File

@ -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"