Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
Jeffrey Pfau jeffrey@endrift.com
Sun, 05 Apr 2015 18:02:59 -0700
2 files changed,
1 insertions(+),
1 deletions(-)
M
CHANGES
→
CHANGES
@@ -5,6 +5,7 @@ - All: Fix sanitize-deb script not cleaning up after itself
- Qt: Fix Display object leak when closing a window - Qt: Fix .deb dependencies - GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio + - Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning 0.2.0: (2015-04-03) Features:
M
src/platform/qt/Display.cpp
→
src/platform/qt/Display.cpp
@@ -129,7 +129,6 @@
void Display::initializeGL() { glClearColor(0, 0, 0, 0); glClear(GL_COLOR_BUFFER_BIT); - swapBuffers(); } void Display::resizeEvent(QResizeEvent* event) {