Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.8.x, 5.3.0
-
None
-
Windows 8.1
Description
When setting the background-color of a QLineEdit via style sheet, the QLineEdit begins to flicker on mouse-over (on Windows Vista or higher using default style; using e.g. Fusion style does not produce this problem).
Example code:
QLineEdit* flicker = new QLineEdit(this); flicker->setStyleSheet("QLineEdit {background: red;}"); flicker->show();
Attachments
Issue Links
- duplicates
-
QTBUG-40634 Windows: system mouse hover animation causes QLineEdit background to flash in white when background is modified by style sheet
-
- Closed
-
- relates to
-
QTBUG-48280 QLineEdit background color weird behavior
-
- Reported
-