LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: unsoft01 on September 01, 2015, 06:02:41

Title: Resizable window bug
Post by: unsoft01 on September 01, 2015, 06:02:41
Hi.
I make my window resizable using
Display.setResizable(true);
Then in update loop whenever display is resized i set new display mode with size of the window.
The problem is that after set new display mode I can't resize window anymore. :-\
Display.isResizable() returns true.
I'm using lwjgl 2 and amd graphics card.
(I found very similar problem : https://groups.google.com/forum/#!topic/playn-commit/0dTXHC5IP1I)