ProjectManager: Show error dialog if unable to run project.

This commit is contained in:
Andreas Haas
2017-08-07 21:41:04 +02:00
parent 9e938bf3c1
commit bc034c1d4d
2 changed files with 18 additions and 10 deletions

View File

@ -57,6 +57,7 @@ class ProjectManager : public Control {
ConfirmationDialog *multi_open_ask;
ConfirmationDialog *multi_run_ask;
ConfirmationDialog *multi_scan_ask;
AcceptDialog *run_error_diag;
NewProjectDialog *npdialog;
ScrollContainer *scroll;
VBoxContainer *scroll_childs;