separated effect from UI

This commit is contained in:
itsmattkc
2019-03-12 22:49:01 +11:00
parent 0b090ddc21
commit 5b03af5e5a
58 changed files with 1166 additions and 1071 deletions
+1 -1
View File
@@ -939,7 +939,7 @@ void MainWindow::closeEvent(QCloseEvent *e) {
// stop proxy generator thread
olive::proxy_generator.cancel();
panel_effect_controls->clear_effects(true);
panel_effect_controls->Clear(true);
olive::Global->set_sequence(nullptr);