Message box when there are exceptions when creating a set, because there is no console yet

This commit is contained in:
Twan van Laarhoven
2020-05-22 00:26:51 +02:00
parent cbab6481a1
commit 8b91cd8804
+1 -1
View File
@@ -96,7 +96,7 @@ void NewSetWindow::done() {
set->validate();
EndModal(wxID_OK);
} catch (const Error& e) {
handle_error(e);
handle_error_now(e);
}
}