dont block mouse events with no reason

BUG: 402572
pull/4/head
Michail Vourlakos 6 years ago
parent fca08baaa2
commit 63e9fbc99f

@ -1021,8 +1021,6 @@ void View::disableGrabItemBehavior()
void View::restoreGrabItemBehavior()
{
setMouseGrabEnabled(true);
if (mouseGrabberItem()) {
mouseGrabberItem()->ungrabMouse();
}

Loading…
Cancel
Save