mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +00:00
parent
31edd9e8e5
commit
41d47878e3
3 changed files with 8 additions and 6 deletions
|
|
@ -978,11 +978,11 @@ void MainWindowImpl::ConnectAnimationSignals()
|
|||
connect(maps_[i],
|
||||
&map::MapWidget::RadarSiteRequested,
|
||||
this,
|
||||
[this](const std::string& id)
|
||||
[this](const std::string& id, bool updateCoordinates)
|
||||
{
|
||||
for (map::MapWidget* map : maps_)
|
||||
{
|
||||
map->SelectRadarSite(id);
|
||||
map->SelectRadarSite(id, updateCoordinates);
|
||||
}
|
||||
|
||||
UpdateRadarSite();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue