Skip to content

Commit 2df01dd

Browse files
committed
Reset resizable state on destroy. Close #142
1 parent 8bb7dfe commit 2df01dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java/org/lwjgl/opengl/WindowsDisplay.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ public void destroyWindow() {
321321
isMinimized = false;
322322
isFocused = false;
323323
redoMakeContextCurrent = false;
324+
resizable = false;
324325
mouseInside = false;
325326
}
326327
private static native void nReleaseDC(long hwnd, long hdc);

0 commit comments

Comments
 (0)