Skip to content

Commit

Permalink
use NoPen instead of transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Feb 11, 2025
1 parent 6a57b4c commit 21187bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/tools/utils/nice_checkbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def paintEvent(self, event):
else:
radius = floor(checkbox_rect.width() * 0.5)

painter.setPen(QtCore.Qt.transparent)
painter.setPen(QtCore.Qt.NoPen)
painter.setBrush(bg_color)
painter.drawRoundedRect(checkbox_rect, radius, radius)

Expand Down

0 comments on commit 21187bb

Please sign in to comment.