Select the latest product level 3 product available when switching products

This commit is contained in:
Dan Paulat 2022-09-23 22:46:44 -05:00
parent 0f3d1708c0
commit bf6b3e3601
2 changed files with 12 additions and 2 deletions

View file

@ -326,7 +326,8 @@ void MapWidget::SelectRadarProduct(common::RadarProductGroup group,
if (radarProductView != nullptr)
{
radarProductView->SelectTime(p->selectedTime_);
// Always select the latest product available
radarProductView->SelectTime({});
if (radarProductViewCreated)
{