Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.4.0, 6.4.1, 6.4.2
-
None
-
Qt Creator 9.0.1 Community
-
-
9086bc7fd (dev), 385196438 (6.5)
Description
If I have a white QTextEdit and then call textBackgroundColor I get black if the text has no background color. But logically I expect white. Once the background is set, everything works as expected. I tested it on Windows with Qt Designer C++ and PySide6. The attached example should show my problem well.