Skip to content

Commit 572be27

Browse files
committed
PropertiesDelegate background fix.
1 parent 6b7e41a commit 572be27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/custom_widgets/properties_bin/node_property_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def paint(self, painter, option, index):
2121
painter.setPen(QtCore.Qt.NoPen)
2222

2323
# draw background.
24-
bg_clr = option.palette.midlight().color()
24+
bg_clr = option.palette.base().color()
2525
painter.setBrush(QtGui.QBrush(bg_clr))
2626
painter.drawRect(option.rect)
2727

0 commit comments

Comments
 (0)