diff options
| author | Mikolaj Boc <mikolaj.boc@qt.io> | 2022-09-05 15:55:10 +0200 |
|---|---|---|
| committer | Mikołaj Boc <Mikolaj.Boc@qt.io> | 2022-09-06 11:59:57 +0000 |
| commit | df4be707407685d9afdeacaca172c01dd74c07a8 (patch) | |
| tree | 448c86e6efb8ec5e4ffb729961cdeb8aaf2ff56a /src/testlib/doc/snippets | |
| parent | 6abaff810a41e6e4490a47ff4ea8d50308bdba3b (diff) | |
Clear the timer target time when stopping a timer on WASM
Not clearing the target time makes the subsequently created timers not
get their time ticks, as no actual timeout will be registered as the
dispatcher wrongly assumes there will be a tick fired, which there isn't.
Since there are no updates, the WASM compositor enters an infinite
window update loop where it requests an update on a window, and the
window requests an update on it, getting the update request back due to
an animation running forever.
Pick-to: 6.4 6.4.0
Fixes: QTBUG-105347
Fixes: QTBUG-102004
Fixes: QTBUG-104518
Fixes: QTBUG-106153
Change-Id: I14b8dd08df81852e28e8527545c8530e0656990d
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/testlib/doc/snippets')
0 files changed, 0 insertions, 0 deletions
