Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0
-
None
-
embedded linux
-
2a1ea8f13be95f664b112663986102300a17bdfe
Description
In IDirectFBSurface *QDirectFbTextureGlyphCache::sourceSurface() method
case QImage::Format_Indexed8:
desc.pixelformat = DSPF_A8;
should be,
case QImage::Format_Alpha8:
desc.pixelformat = DSPF_A8;