fix keyboard scrolling weirdness by updating Fyne fork

This commit is contained in:
Drew Weymouth
2024-02-22 17:25:46 -08:00
parent 7b1ec1fe74
commit daac2c8566
10 changed files with 3 additions and 12 deletions
-1
View File
@@ -153,7 +153,6 @@ var _ Scrollable = (*ArtistPage)(nil)
func (g *ArtistPage) Scroll(scrollAmt float32) {
if g.activeView == 0 && g.albumGrid != nil {
g.albumGrid.ScrollToOffset(g.albumGrid.GetScrollOffset() + scrollAmt)
g.albumGrid.Refresh()
}
}