From 12be8dc7428bfa0184b511fd132f4bee8c907dfb Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Tue, 4 May 2021 19:39:32 +0100 Subject: [PATCH] This method is not used on some platforms, placed here for re-use --- internal/driver/glfw/window.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/driver/glfw/window.go b/internal/driver/glfw/window.go index 4199b7cc70..ab3e48c3bf 100644 --- a/internal/driver/glfw/window.go +++ b/internal/driver/glfw/window.go @@ -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