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
|
// only non phatom widgets receives mouse events
|
||||||
if(!isPhantom())
|
if(!isPhantom())
|
||||||
onMouseRelease(mousePos, button);
|
return onMouseRelease(mousePos, button);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue