Revision 54ce6f1...
Go back to digest for 21st July 2013Bug Fixes in Other
Anton Kreuzkamp committed changes in [qmlweb] src/qtcore.js:
Fix event handlers in components.
For components applyProperties is called twice (this is needed and actually Qt's
QMLEngine also does it like this). As a consequence event handlers
(onSignal: ...) were connected twice to the same signal. This commit fixes this
by disconnecting the old one before connecting the new one.
File Changes
Modified 1 files
- src/qtcore.js
1 files changed in total