+ fix problem with disappearing content of image view

This commit is contained in:
wmayer
2014-10-22 10:59:17 +02:00
parent 18a5d80423
commit 137c509ec1

View File

@@ -116,6 +116,7 @@ void GLImageBox::paintGL()
// clear background (in back buffer)
glDrawBuffer(GL_BACK);
glClear(GL_COLOR_BUFFER_BIT);
glDisable(GL_DEPTH_TEST);
// Draw the image
drawImage();