mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Disable centering on radar site on click
This commit is contained in:
parent
b2e4215ea8
commit
7fdf25f1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1269,7 +1269,7 @@ void MapWidgetImpl::AddLayer(types::LayerType type,
|
|||
&RadarSiteLayer::RadarSiteSelected,
|
||||
this,
|
||||
[this](const std::string& id)
|
||||
{ widget_->RadarSiteRequested(id); });
|
||||
{ widget_->RadarSiteRequested(id, false); });
|
||||
break;
|
||||
|
||||
// Create the location marker layer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue