commit before undo overhaul

This commit is contained in:
itsmattkc
2018-07-12 16:55:06 +01:00
parent 421788f63b
commit 5297d4a5f7
7 changed files with 74 additions and 41 deletions
+6 -2
View File
@@ -190,8 +190,12 @@ void MainWindow::on_actionTimeline_Track_Lines_toggled(bool e)
void MainWindow::on_actionExport_triggered()
{
ExportDialog e(this);
e.exec();
if (sequence == NULL) {
QMessageBox::information(this, "No active sequence", "Please open the sequence you wish to export.", QMessageBox::Ok);
} else {
ExportDialog e(this);
e.exec();
}
}
void MainWindow::on_actionProject_2_toggled(bool arg1)