Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtdeclarative] Fix mouse event filtering regression introduced by 42…
  • Loading branch information
martinjones committed Oct 29, 2013
1 parent 42284e3 commit c48de2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtdeclarative/src/quick/items/qquickwindow.cpp
Expand Up @@ -2164,6 +2164,7 @@ bool QQuickWindowPrivate::sendFilteredTouchEvent(QQuickItem *target, QQuickItem
if (target->childMouseEventFilter(item, mouseEvent.data())) {
itemForTouchPointId[tp.id()] = target;
touchMouseId = tp.id();
target->grabMouse();
return true;
}
}
Expand Down

0 comments on commit c48de2a

Please sign in to comment.