Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.2.4
-
None
Description
Basically, setting the "color" of the QTextDocument in a style sheet have a weird bug, if I set the color to "rgb(255, 255, 255)", the text of the QTextDocmunet get dark black, but if I set it to "rgb(254, 255, 255)" it turns pure white!
I was setting the stylesheet from the whole app instance, I did not apply it on the document directly.