mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Don't update a radar product view when the timeline manager will issue a subsequent update
This commit is contained in:
parent
bce4c1bfb2
commit
16e3d1533f
3 changed files with 14 additions and 6 deletions
|
|
@ -793,6 +793,8 @@ void MainWindowImpl::ConnectOtherSignals()
|
|||
{
|
||||
map->SetMapLocation(latitude, longitude, true);
|
||||
}
|
||||
|
||||
UpdateRadarSite();
|
||||
},
|
||||
Qt::QueuedConnection);
|
||||
connect(mainWindow_,
|
||||
|
|
@ -810,6 +812,8 @@ void MainWindowImpl::ConnectOtherSignals()
|
|||
{
|
||||
map->SelectRadarSite(selectedRadarSite);
|
||||
}
|
||||
|
||||
UpdateRadarSite();
|
||||
});
|
||||
connect(updateManager_.get(),
|
||||
&manager::UpdateManager::UpdateAvailable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue