Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
4.8.2
-
None
Description
I use QT 4.8.2, directfb 1.5.3. When I set a widget's background image using stylesheet, the backgound image couldn't be displayed correctly by QDirectFBPaintEnginePrivate::drawTiledPixmap. The position is not correct. When I fallback to QRasterPaintEngine::drawTiledPixmap(r, pixmap, offset) in QDirectFBPaintEngine::drawTiledPixmap, then everythis is OK.
This bug is similiar to the Webkit QT css background image bug.