Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
4.3.3
-
None
Description
Under Windows the background-color property of QHeaderView::section is ignored by selected sections. Consider the following case:
QHeaderView::section {
background-color: #000000;
color: #b2aeae
}
The header sections are black except when a cell is selected in the table view.