mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
parent
e44e1468b8
commit
5cdbd6182a
1 changed files with 1 additions and 3 deletions
|
@ -141,9 +141,7 @@ class Highlight():
|
|||
style,
|
||||
painter,
|
||||
option,
|
||||
index,
|
||||
defaultPen,
|
||||
defaultBrush,
|
||||
cellAlignment,
|
||||
cellRect,
|
||||
cellColor,
|
||||
|
@ -197,7 +195,7 @@ class Highlight():
|
|||
|
||||
return (modified,)
|
||||
|
||||
def paintCell(self, style, painter, option, index, defaultPen, defaultBrush, cellAlignment, cellRect, cellColor, cellBgColor, cellValue):
|
||||
def paintCell(self, style, painter, option, defaultPen, cellAlignment, cellRect, cellColor, cellBgColor, cellValue):
|
||||
cellSelected = option.state & QStyle.State_Selected
|
||||
|
||||
painter.save()
|
||||
|
|
Loading…
Add table
Reference in a new issue