Not found projects are grayed instead of removed at the Project Manager

This commit is contained in:
Marcelo Fernandez
2017-09-11 02:01:20 -03:00
parent 5f39f3a2df
commit dcdcf358db
2 changed files with 31 additions and 14 deletions

View File

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