Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.8.5, 5.3.0
-
None
-
47b3ecf3f49933f2a7e3a9dd98f0641d513822bb
Description
The attached test program creates four frames with a background set via setStyleSheet() multiple times. In all four cases, the final background should be green (#00FF00).
Running with Qt 4.8.5, I get "green, green, red, green"
Running with Qt 5.3.0, I get "green, red, red, red"
Both a wrong, but as you see, 5.3.0 has an additional regression.
Attachments
Issue Links
- relates to
-
QTBUG-76945 macOS: When providing your own icons for a dock widget titlebar in a stylesheet, the old one can be drawn on top
- Closed
- replaces
-
QTBUG-40213 QSlider stylesheet cannot be changed twice at runtime
- Closed
- resulted from
-
QTBUG-18958 setting stylesheet more than once before showing the widget causes resetting stylesheet doesn't work
- Closed