Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.5.1
-
None
Description
Painter does not draw the correct rectangles when drawRect() and fillRect() is called.
This occures when a QPrinter is used at least two times for painting and translate() function is also called on the painter.
First time everything is OK, but second time fillRect's and drawRect's result are shifted back (against the translate() function), and their area is not filled.
It occures only when fillRect() is called. If this function is not called, result of drawRect() seems to be OK.