Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
QSR 1.2, QSR 2.0 Beta 3
-
None
-
-
2cf27c7670c4908b4650ae9fae3c76f71d709d59
-
Sprint 13 Week44
Description
While trying to figure out, why testBitmapFileFormats() in tst_qsafelayoutgenerator.cpp didn't seem to produce an error when the format was changed in QSafeCompressedImageGenerator::generateData(), it turned out that it was never called for static text as intended. The call in
QString QSafeTextGenerator::generateData(QSize &size, const Item *item) was to an old code path.