export dialog updates ui when done
This commit is contained in:
+3
-1
@@ -1,4 +1,4 @@
|
||||
#include "loadthread.h"
|
||||
#include "loadthread.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "panels/panels.h"
|
||||
@@ -114,6 +114,8 @@ void load_effect(QXmlStreamReader& stream, Clip* c) {
|
||||
e->set_enabled(effect_enabled);
|
||||
e->load(stream);
|
||||
|
||||
e->moveToThread(QApplication::instance()->thread());
|
||||
|
||||
c->effects.append(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user