mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Relaod all the settings, just to make sure everything is updated
This commit is contained in:
parent
0f95439b61
commit
0ac0e03ff8
1 changed files with 1 additions and 2 deletions
|
|
@ -967,8 +967,7 @@ void MainWindowImpl::ConnectMapSignals()
|
||||||
mapWidget,
|
mapWidget,
|
||||||
&map::MapWidget::IncomingLevel2ElevationChanged,
|
&map::MapWidget::IncomingLevel2ElevationChanged,
|
||||||
this,
|
this,
|
||||||
[this](float incomingElevation)
|
[this](float) { level2SettingsWidget_->UpdateSettings(activeMap_); },
|
||||||
{ level2SettingsWidget_->UpdateIncomingElevation(incomingElevation); },
|
|
||||||
Qt::QueuedConnection);
|
Qt::QueuedConnection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue