aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <[email protected]>2014-07-30 08:22:15 +0200
committerGunnar Sletta <[email protected]>2014-07-31 08:44:52 +0200
commit59d5c5cf555a51cd7559cea197a198ef3a792614 (patch)
treea783b764c3651803d904af23558855d46b3fe2f8 /src/qml/jsruntime/qv4functionobject.cpp
parent93fe03a1c583b4b090948bf8d4d7e93cb8da4880 (diff)
Avoid eventloop recursion in touch event handling.
The eventloop recursion in the threaded render loop was there to preempt any pending event to make sure we worked with as recent as possible input events. The benefit of this was never verified. The recursion after the actual flush was to fix animations which were constantly started during touch events, such as a behavior tracking the mouse point. This is fixed differently. Event loop recursion is always dangerous, so we're doing what we can to avoid it. Change-Id: I120b2e98350e3b9068153415a671408773fbc769 Reviewed-by: Michael Brasser <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4functionobject.cpp')
0 files changed, 0 insertions, 0 deletions