Fix hypertext action firing twice on touchscreen (#15217)

This commit is contained in:
grorp 2024-10-03 11:36:48 +02:00 committed by GitHub
parent 3797ca52c4
commit eefaef53b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1146,7 +1146,7 @@ bool GUIHyperText::OnEvent(const SEvent &event)
}
}
break;
return true;
}
}
}