mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Merge pull request #452 from AdenKoperczak/fix_level_2_settings_big_buttons
Fix level 2 settings big buttons
This commit is contained in:
commit
3cf6b96c8c
1 changed files with 2 additions and 1 deletions
|
|
@ -1549,8 +1549,9 @@ void MainWindowImpl::UpdateRadarProductSettings()
|
||||||
{
|
{
|
||||||
if (activeMap_->GetRadarProductGroup() == common::RadarProductGroup::Level2)
|
if (activeMap_->GetRadarProductGroup() == common::RadarProductGroup::Level2)
|
||||||
{
|
{
|
||||||
level2SettingsWidget_->UpdateSettings(activeMap_);
|
|
||||||
level2SettingsGroup_->setVisible(true);
|
level2SettingsGroup_->setVisible(true);
|
||||||
|
// This should be done after setting visible for correct sizing
|
||||||
|
level2SettingsWidget_->UpdateSettings(activeMap_);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue