+ fix problem with disappearing content of image view
This commit is contained in:
parent
28d1bf5ed9
commit
61ec6e2924
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user