extremely limited speed support implemented #120

This commit is contained in:
itsmattkc
2018-10-01 14:51:36 +10:00
parent c21a21c219
commit ac153e4cff
14 changed files with 143 additions and 91 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ void MainWindow::openSpeedDialog() {
s.clips.append(c);
}
}
if (s.clips.size() > 0) s.exec();
if (s.clips.size() > 0) s.run();
}
}