fixed export and timeline crashes and way better titler

This commit is contained in:
itsmattkc
2018-08-15 15:18:47 +10:00
parent e19eb0f54c
commit c519dbdf48
10 changed files with 269 additions and 44 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void ExportThread::run() {
panel_timeline->pause();
// av_log_set_level(AV_LOG_DEBUG);
if (!panel_viewer->viewer_widget->context()->makeCurrent(&surface)) {
if (!panel_viewer->viewer_widget->context()->makeCurrent(&surface)) {
qDebug() << "[ERROR] Make current failed";
ed->export_error = "could not make OpenGL context current";
return;