diff --git a/ui/viewerwidget.cpp b/ui/viewerwidget.cpp index fa95624cf..05d43e50e 100644 --- a/ui/viewerwidget.cpp +++ b/ui/viewerwidget.cpp @@ -545,8 +545,6 @@ void ViewerWidget::paintGL() { tex_lock->lock(); - makeCurrent(); - // clear to solid black glClearColor(0.0, 0.0, 0.0, 0.0); glClear(GL_COLOR_BUFFER_BIT);