mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +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,
|
&RadarSiteLayer::RadarSiteSelected,
|
||||||
this,
|
this,
|
||||||
[this](const std::string& id)
|
[this](const std::string& id)
|
||||||
{ widget_->RadarSiteRequested(id); });
|
{ widget_->RadarSiteRequested(id, false); });
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Create the location marker layer
|
// Create the location marker layer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue