Skip to content

Commit

Permalink
just use pointer cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Dec 29, 2024
1 parent 0f74bee commit bb2a4aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/widgets/gridviewitem.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ func (c *coverImage) CreateRenderer() fyne.WidgetRenderer {
}

func (c *coverImage) Cursor() desktop.Cursor {
if c.mouseInsideFav || c.mouseInsideMore || c.mouseInsidePlay {
return desktop.DefaultCursor
}
return desktop.PointerCursor
}

Expand Down

0 comments on commit bb2a4aa

Please sign in to comment.