Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
4.8.0
-
None
-
All
Description
If changes to AnimatedImage are made it fails to send a signal that the sourceSize has changed after loading a source.
The width/height of the AnimatedImage will be 0, since the "setSource" call won't immediately load the source file ( it waits for onCompleted ), and after loading it, it did not call sourceSizeChanged(), therefore the width and height are never updated.
This bug has been introduced with Qt 4.8.x, Qt 4.7.2 did not have this problem,
Attachments
Issue Links
- relates to
-
QTBUG-87748 AnimatedImage - status changed to Image.Ready but sourceSize, paintedWidth, and paintedHeight not yet set
- Closed