Skip to content

Commit

Permalink
Remove unecessary call to Refresh on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Mar 6, 2023
1 parent 48862f8 commit 2445695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/driver/glfw/window_linux.go
Expand Up @@ -4,5 +4,4 @@ import "fyne.io/fyne/v2"

func (w *window) platformResize(canvasSize fyne.Size) {
w.canvas.Resize(canvasSize)
w.canvas.Refresh(w.canvas.content)
}

0 comments on commit 2445695

Please sign in to comment.