aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.cc')
-rw-r--r--common/command.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.cc b/common/command.cc
index aae7ed36..f144db37 100644
--- a/common/command.cc
+++ b/common/command.cc
@@ -170,6 +170,7 @@ int CommandHandler::executeMain(std::unique_ptr<Context> ctx)
log_error("Loading design failed.\n");
customAfterLoad(w.getContext());
+ w.updateJsonLoaded();
}
} catch (log_execution_error_exception) {
// show error is handled by gui itself