Skip to content

Commit

Permalink
Update highlight.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerIsGiddy authored Feb 1, 2023
1 parent b7c6c8b commit e6edb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/opensnitch/actions/highlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run(self, args):

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()
Expand Down

0 comments on commit e6edb18

Please # to comment.