mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +00:00
Switch alert clicks to mouse button release
This commit is contained in:
parent
43e6063eb4
commit
0e21884322
1 changed files with 1 additions and 1 deletions
|
|
@ -883,7 +883,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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue