mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use NoPen instead of transparent
This commit is contained in:
parent
6a57b4c450
commit
21187bb28c
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ class NiceCheckbox(QtWidgets.QFrame):
|
|||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue