Skip to content

Commit

Permalink
Use default cursor for dragging scroll bars
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 16, 2020
1 parent 7f60966 commit 1c862ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions widget/scroller.go
Expand Up @@ -65,6 +65,10 @@ func (b *scrollBar) CreateRenderer() fyne.WidgetRenderer {
return &scrollBarRenderer{scrollBar: b}
}

func (b *scrollBar) Cursor() desktop.Cursor {
return desktop.DefaultCursor
}

func (b *scrollBar) DragEnd() {
}

Expand Down

0 comments on commit 1c862ee

Please sign in to comment.