LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: xTr on April 04, 2012, 04:18:21

Title: [FIXED] Weird Behaviour of setResizable
Post by: xTr on April 04, 2012, 04:18:21
If you set your display to setResizable(true), it works right... Unless you click the maximize button on top-right. It works, but if you will unfocus the window then refocus it back, suddenly you will be back to your old size before clicking maximize.
Title: Re: [BUG] Weird Behaviour of setResizable
Post by: princec on April 04, 2012, 09:35:15
OS? LWJGL version? Got a simple test case to speed diagnosis?

Cas :)
Title: Re: [BUG] Weird Behaviour of setResizable
Post by: Simon Felix on April 04, 2012, 15:20:46
If you're on Windows try the latest nightly build. I did some patches for 2.8.3 to fix some bugs in that area.
Title: Re: [BUG] Weird Behaviour of setResizable
Post by: xTr on April 04, 2012, 21:45:57
Quote from: dr_evil on April 04, 2012, 15:20:46
If you're on Windows try the latest nightly build. I did some patches for 2.8.3 to fix some bugs in that area.

Confirmed. This is fixed with latest nightly build :)