Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.4.0 Alpha
-
None
Description
[qmnghandler.cpp:278]: (warning) Logical conjunction always evaluates to false: !haveReadAll&&haveReadAll.
qtimageformats-opensource-src-5.3.2/src/plugins/imageformats/mng/qmnghandler.cpp
// QTBUG-28894 – libmng produces an extra frame at the end
// of the animation on the first loop only.
if (nextDelay == 1 && (!savedHaveReadAll && haveReadAll)) {
Attachments
Issue Links
- resulted from
-
QTBUG-28894 MNG Animations Glitch on the Last Frame When CacheMode is QMovie::CacheAll
- Closed