Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
Description
When stopping or pausing a QTimeLine and later resuming it, in some cases an additional frameChanged signal is emitted with the index of the last frame as argument. No additional valueChanged signal is emitted. It happens in the following cases:
- Consistently when pausing/resuming using setPaused(true) and setPaused(false)
- Once after each time the QTimeLine has looped when using stop() and resume()
A small program is attached that reproduces the problem.