mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:00:05 +00:00
Update radar product selection when it changes
This commit is contained in:
parent
0d48a7eb75
commit
0be0e420d1
1 changed files with 4 additions and 1 deletions
|
|
@ -333,8 +333,11 @@ void MainWindowImpl::ConfigureMapLayout()
|
|||
{
|
||||
if (maps_[mapIndex] == activeMap_)
|
||||
{
|
||||
UpdateVcp();
|
||||
UpdateRadarProductSelection(
|
||||
activeMap_->GetRadarProductGroup(),
|
||||
activeMap_->GetRadarProductName());
|
||||
UpdateRadarProductSettings();
|
||||
UpdateVcp();
|
||||
}
|
||||
},
|
||||
Qt::QueuedConnection);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue