mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
do not draw rounded corners
This commit is contained in:
parent
127845e21a
commit
b722d180e2
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class UnderlinesAssetDelegate(QtWidgets.QItemDelegate):
|
|||
pen.setWidth(0)
|
||||
painter.setPen(pen)
|
||||
painter.setBrush(QtGui.QBrush(bg_color))
|
||||
painter.drawRoundedRect(option.rect, 3, 3)
|
||||
painter.drawRect(option.rect)
|
||||
|
||||
if option.state & QtWidgets.QStyle.State_Selected:
|
||||
for color, subset_rect in subset_rects:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue