mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
switch level2 incoming elevation to optional
This commit is contained in:
parent
f481d57ed1
commit
e10ebdeb5e
9 changed files with 41 additions and 32 deletions
|
|
@ -967,7 +967,8 @@ void MainWindowImpl::ConnectMapSignals()
|
|||
mapWidget,
|
||||
&map::MapWidget::IncomingLevel2ElevationChanged,
|
||||
this,
|
||||
[this](float) { level2SettingsWidget_->UpdateSettings(activeMap_); },
|
||||
[this](std::optional<float>)
|
||||
{ level2SettingsWidget_->UpdateSettings(activeMap_); },
|
||||
Qt::QueuedConnection);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue