You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the commit 1703b62 (Dec. 13, 2013, "Removed fullscreen CDS_TEST. It's very slow and unnecessary.") on LWJGL 2.9.2 I can observe a new bug in my software : the 3D window don't want to diseappear even if I press ALT+TAB or CTRL+ALT+DEL . All the other windows or system UI stay in background. Even on the login screen I continue to see the 3D view !
My 3D view is rendered on a Swing canvas embedded in an undecorated JDialog window.
I'm on a laptop : Asus G53-7 with a NVidia GTX 560M (drivers 364.72)
Windows 10 64 bits
the 3D viewport corresponds to the screen resolution : 1920x1080
If I checkout the latest Git revision (2.9.4) and if I remove the patch made in commit 1703b62 , everything works perfectly.
Could you consider to remove this patch if it's only here to improve the performances of getAvailableDisplayModes() ?
Thanks,
Jerome
The text was updated successfully, but these errors were encountered:
Hi All,
Since the commit 1703b62 (Dec. 13, 2013, "Removed fullscreen CDS_TEST. It's very slow and unnecessary.") on LWJGL 2.9.2 I can observe a new bug in my software : the 3D window don't want to diseappear even if I press ALT+TAB or CTRL+ALT+DEL . All the other windows or system UI stay in background. Even on the login screen I continue to see the 3D view !
My 3D view is rendered on a Swing canvas embedded in an undecorated JDialog window.
If I checkout the latest Git revision (2.9.4) and if I remove the patch made in commit 1703b62 , everything works perfectly.
Could you consider to remove this patch if it's only here to improve the performances of getAvailableDisplayModes() ?
Thanks,
Jerome
The text was updated successfully, but these errors were encountered: