~fabrixxm/confy

0cc712ac7257132ee9561ad7924b3abc44231e38 — fabrixxm 7 months ago fa67f5f
Fix progress indicator drawing
1 files changed, 1 insertions(+), 1 deletions(-)

M src/widgets.py
M src/widgets.py => src/widgets.py +1 -1
@@ 207,7 207,7 @@ class EventActionRow(Adw.ActionRow):

        # color
        # >= gtk 4.10 : self.get_color()
        color = self.get_style_context.get_color()
        color = self.get_style_context().get_color()
        color.alpha = 0.2

        cr.save()