mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
fix level 2 settings big buttons
This commit is contained in:
parent
c7a19658ef
commit
8f84a42e26
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue