Remove makeCurrent() call that sometimes causes blank previewers.

See: <https://github.com/olive-editor/olive/issues/892>
This commit is contained in:
follower
2019-05-01 22:27:49 +12:00
parent c5f63ec2c5
commit 71e36fcc75
-2
View File
@@ -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);