mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Disable auto-refresh on file load
This commit is contained in:
parent
0b040e8b75
commit
b9531149de
4 changed files with 17 additions and 5 deletions
|
|
@ -276,6 +276,7 @@ void MainWindow::on_actionOpen_triggered()
|
|||
|
||||
if (record != nullptr)
|
||||
{
|
||||
currentMap->SetAutoRefresh(false);
|
||||
currentMap->SelectRadarProduct(record);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue