Skip to content

Commit a5fda57

Browse files
committed
Fix: Fix grid header palette.
1 parent 08be266 commit a5fda57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faslr/grid_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def paintSection( # noqa
585585

586586
# painter.drawRect(rect)
587587
painter.drawRect(section_rect)
588-
opt.palette.setBrush(QPalette.ColorRole.Window, Qt.ItemDataRole.DisplayRole)
588+
# opt.palette.setBrush(QPalette.ColorRole.Window, Qt.ItemDataRole.DisplayRole)
589589
# opt.palette.setBrush()
590590
painter.save()
591591
self.style().drawControl(

0 commit comments

Comments
 (0)