Relaod all the settings, just to make sure everything is updated

This commit is contained in:
AdenKoperczak 2025-04-08 13:55:23 -04:00
parent 0f95439b61
commit 0ac0e03ff8
No known key found for this signature in database
GPG key ID: 9843017036F62EE7

View file

@ -967,8 +967,7 @@ void MainWindowImpl::ConnectMapSignals()
mapWidget,
&map::MapWidget::IncomingLevel2ElevationChanged,
this,
[this](float incomingElevation)
{ level2SettingsWidget_->UpdateIncomingElevation(incomingElevation); },
[this](float) { level2SettingsWidget_->UpdateSettings(activeMap_); },
Qt::QueuedConnection);
}
}