Details
-
Bug
-
Resolution: Done
-
P4: Low
-
5.6.0
-
Windows
-
f1e0eedcf501936e6b4f77b6fe3ac4997d757d94
Description
When using (default) windowsvista style, updating style sheet of QPushButton control breaks the highlight of an item of QTreeView which was active when style sheet was changed.
Steps to reproduce:
- Run the attached program
- Expand item "Text"
- Select item "Text"
- Select item "Text2"
Expected result:
Highlight of the "Text2"-item works
Observed result:
Highlight does not work, even when activating item "Text" again and reactivating "Text2".
The same problem does not happen if after expanding the item "Text" the user selects "Text2" before "Text". This problem is also windowsvista style specific, it is not reproducible with other styles.