diff --git a/app/os_windows.go b/app/os_windows.go index 7c950a5a..a20f4960 100644 --- a/app/os_windows.go +++ b/app/os_windows.go @@ -450,9 +450,6 @@ func getModifiers() key.Modifiers { // hitTest returns the non-client area hit by the point, needed to // process WM_NCHITTEST. func (w *window) hitTest(x, y int) uintptr { - if w.config.Mode == Fullscreen { - return windows.HTCLIENT - } if w.config.Mode != Windowed { // Only windowed mode should allow resizing. return windows.HTCLIENT