mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
Fix level 2 display
This commit is contained in:
parent
b18491b2a0
commit
1b49e317e4
7 changed files with 96 additions and 18 deletions
|
|
@ -849,7 +849,8 @@ void MainWindowImpl::SelectRadarProduct(map::MapWidget* mapWidget,
|
|||
UpdateRadarProductSettings();
|
||||
}
|
||||
|
||||
mapWidget->SelectRadarProduct(group, productName, productCode);
|
||||
mapWidget->SelectRadarProduct(
|
||||
group, productName, productCode, mapWidget->GetSelectedTime());
|
||||
}
|
||||
|
||||
void MainWindowImpl::SetActiveMap(map::MapWidget* mapWidget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue