Merge pull request #489 from AdenKoperczak/alerts_on_mouse_up

Switch alert clicks to mouse button release
This commit is contained in:
Dan Paulat 2025-09-07 08:58:56 -05:00 committed by GitHub
commit b8e9cb659e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -891,7 +891,7 @@ void AlertLayer::Impl::HandleGeoLinesEvent(
switch (ev->type())
{
case QEvent::Type::MouseButtonPress:
case QEvent::Type::MouseButtonRelease:
{
auto it = segmentsByLine_.find(di);
if (it != segmentsByLine_.cend())