Skip to content

Commit

Permalink
This method is not used on some platforms, placed here for re-use
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 4, 2021
1 parent 3e2e976 commit 12be8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/driver/glfw/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ func isKeyModifier(keyName fyne.KeyName) bool {
keyName == desktop.KeySuperLeft || keyName == desktop.KeySuperRight
}

//lint:ignore U1000 This is fine, just a helper function for some platforms
func standardResize(w *window, size fyne.Size) {
d, ok := fyne.CurrentApp().Driver().(*gLDriver)
if !ok { // don't wait to redraw in this way if we are running on test
Expand Down

0 comments on commit 12be8dc

Please sign in to comment.