From e6edb18ee603f30bfc48af290c47d2c7b3a9178e Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:39:16 -0500 Subject: [PATCH] Update highlight.py --- ui/opensnitch/actions/highlight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/opensnitch/actions/highlight.py b/ui/opensnitch/actions/highlight.py index bc651510b3..46c0ea8ba5 100644 --- a/ui/opensnitch/actions/highlight.py +++ b/ui/opensnitch/actions/highlight.py @@ -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()