Disable auto-refresh on file load

This commit is contained in:
Dan Paulat 2022-05-29 12:53:25 -05:00
parent 0b040e8b75
commit b9531149de
4 changed files with 17 additions and 5 deletions

View file

@ -276,6 +276,7 @@ void MainWindow::on_actionOpen_triggered()
if (record != nullptr)
{
currentMap->SetAutoRefresh(false);
currentMap->SelectRadarProduct(record);
}
else