Skip to content

Commit 133092c

Browse files
committed
fix(ui): fix clear square behind ignored icon
1 parent 94ac837 commit 133092c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tagstudio/qt/widgets/thumb_renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,7 @@ def render_ignored(
13641364
)
13651365
),
13661366
box=(size[0] // padding_factor, size[1] // padding_factor),
1367+
mask=icon.getchannel(3),
13671368
)
13681369

13691370
return im_

0 commit comments

Comments
 (0)