Skip to content
Snippets Groups Projects
Commit 9e5506e2 authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Reload global config of scenario upon selecting it

parent efb76ac5
No related branches found
No related tags found
1 merge request!100Scenario Manager: auto reload on changes from disk
......@@ -115,6 +115,7 @@ DetailedApplicationController::showScenario(ScenarioPtr scenario)
currentApplication = ApplicationInstancePtr();
currentScenario = scenario;
scenario->reloadGlobalConf();
view->setVisible(true);
view->showScenario(scenario);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment