mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Improved handling of runtime based GUI components, allows to init all child components in one step
refs #195, follow up of fixing FSX configuration page as result of #217
This commit is contained in:
@@ -78,7 +78,7 @@ void MainWindow::init(const CRuntimeConfig &runtimeConfig)
|
||||
|
||||
// context
|
||||
this->createRuntime(runtimeConfig, this);
|
||||
this->ui->comp_Flightplan->setRuntime(this->getRuntime());
|
||||
CRuntimeBasedComponent::setRuntimeForComponents(this->getRuntime(), this);
|
||||
|
||||
// wire GUI signals
|
||||
this->initGuiSignals();
|
||||
|
||||
Reference in New Issue
Block a user