-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
4d8adcd20af9f346d69c9da9e49c9b3cc8a10710
When drawing rich text that does not explicitly set the text color, QStaticText should use the pen set on the painter. On X11 this does not happen, and the text color defaults to black. This is a platform regression, as the painter's pen is honored on Windows.
It can be worked around by setting the font color in the HTML describing the rich text instead.