Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.11.1
-
None
-
Windows 10 x64, mingw64 with gcc 8.2,
Renderer: NVIDIA Corporation GeForce GTX 780/PCIe/SSE2
OpenGL Version: 4.6.0 NVIDIA 398.36
Shader version: 4.60 NVIDIA
Description
After system resume from suspend my application become completely black, even menu toolbar and status bar.
I am using QOpenGLWidget based class as a central widget in MainWindow. Minimum example to reproduce the issue is attached.
Note if I delete glEnable( GL_DEPTH_TEST ); problem will disappear.