Merge pull request #452 from AdenKoperczak/fix_level_2_settings_big_buttons

Fix level 2 settings big buttons
This commit is contained in:
Dan Paulat 2025-05-23 22:52:40 -05:00 committed by GitHub
commit 3cf6b96c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1549,8 +1549,9 @@ void MainWindowImpl::UpdateRadarProductSettings()
{
if (activeMap_->GetRadarProductGroup() == common::RadarProductGroup::Level2)
{
level2SettingsWidget_->UpdateSettings(activeMap_);
level2SettingsGroup_->setVisible(true);
// This should be done after setting visible for correct sizing
level2SettingsWidget_->UpdateSettings(activeMap_);
}
else
{