/examples/tools/

='committer'>committer
path: root/src/gui
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2009-10-15 11:00:52 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2009-10-15 11:27:30 (GMT)
commitc0380b7805921446c30a560f0ffd01d0323fa797 (patch)
tree441feb8b57aa8c46e2226868e38ca0719ebc473a /src/gui
parent0f3e7310de5b3ca8cfd2ec5da4e408fb638926d8 (diff)
downloadQt-c0380b7805921446c30a560f0ffd01d0323fa797.zip
Qt-c0380b7805921446c30a560f0ffd01d0323fa797.tar.gz
Qt-c0380b7805921446c30a560f0ffd01d0323fa797.tar.bz2
Fix pointer grab issues in S60
Did the long awaited "refactor me" in QSymbianControl::HandlePointerEvent Pointer is grabbed by MousePress, and released by MouseRelease - unless already globally grabbed. Pointer events are routed to the widget that grabbed the mouse. Task-number: QTBUG-4695 Task-number: QTBUG-4674 Reviewed-by: axis