mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:40:04 +00:00
Fix Level 3 Products Widget product selection status
This commit is contained in:
parent
4325f352b1
commit
14545fd83a
3 changed files with 22 additions and 7 deletions
|
|
@ -256,7 +256,7 @@ void Level3ProductsWidget::UpdateProductSelection(
|
|||
if (group == common::RadarProductGroup::Level3)
|
||||
{
|
||||
common::Level3ProductCategory category =
|
||||
common::GetLevel3CategoryByProduct(productName);
|
||||
common::GetLevel3CategoryByAwipsId(productName);
|
||||
p->UpdateProductSelection(category);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue