-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.5
-
None
When you call QLineEdit::setClearButtonEnabled(true), a QAction is created with an icon returned by QStyle::standardIcon(QStyle::SP_LineEditClearButton).
However, when the QLineEdit receives QEvent::StyleChange, the icon is not refreshed so it is incorrect for the incoming style.