mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
fix issue on onMouseRelease
This commit is contained in:
parent
f056131ae1
commit
d4ce3c5354
@ -1500,7 +1500,7 @@ bool UIWidget::propagateOnMouseRelease(const Point& mousePos, Fw::MouseButton bu
|
||||
|
||||
// only non phatom widgets receives mouse events
|
||||
if(!isPhantom())
|
||||
onMouseRelease(mousePos, button);
|
||||
return onMouseRelease(mousePos, button);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user