From 7fdf25f1e7b1eb3246bb390c0d69473f2d95076e Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Wed, 2 Apr 2025 10:15:59 -0400 Subject: [PATCH] Disable centering on radar site on click --- scwx-qt/source/scwx/qt/map/map_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwx-qt/source/scwx/qt/map/map_widget.cpp b/scwx-qt/source/scwx/qt/map/map_widget.cpp index ebea2b21..869dd939 100644 --- a/scwx-qt/source/scwx/qt/map/map_widget.cpp +++ b/scwx-qt/source/scwx/qt/map/map_widget.cpp @@ -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