Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.0 RC
-
Windows 7 64 bit
-
78cdb6b4b1c8c6213e967be56767d7dadd2bf8bf (qtbase/5.4, 5.11.2014, 5.4)
Description
Build and run this simple program:
#include <QApplication> #include <QComboBox> int main(int argc, char *argv[]) { QApplication a(argc, argv); QComboBox cb; cb.show(); cb.addItem("This looks ugly"); return a.exec(); }
The text in the combo box is nearly impossible to read:
This seems to happen whenever a combo box has focus.
Combo boxes should be clearly readable. In Qt 5.3.2, this worked correctly:
Attachments
Issue Links
- is required for
-
QTBUG-41613 Issues to be fixed before 5.4.0 RC
- Closed
- resulted from
-
QTBUG-41702 Quick controls: Selected items font color is wrong when using Windows Classic theme
- Closed