applying suggested fix for resize issue

This commit is contained in:
Brian Matzon 2012-02-01 21:33:45 +00:00
parent 05d12649c8
commit 00446046f0

View file

@ -372,6 +372,7 @@ final class WindowsDisplay implements DisplayImplementation {
if (mode_set) {
mode_set = false;
nResetDisplayMode();
setResizable(this.resizable);
}
resetCursorClipping();
}