diff --git a/ui/gl/gl_surface.cpp b/ui/gl/gl_surface.cpp index b42aa54..b27c44e 100644 --- a/ui/gl/gl_surface.cpp +++ b/ui/gl/gl_surface.cpp @@ -96,6 +96,7 @@ void SurfaceOpenGL::paintEvent(QPaintEvent *e) { f->glClearColor(bg->redF(), bg->greenF(), bg->blueF(), bg->alphaF()); f->glClear(GL_COLOR_BUFFER_BIT); } + f->glDisable(GL_BLEND); f->glViewport( 0, 0,