mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added TextAntialiasing hint
This commit is contained in:
parent
56fd29f20a
commit
0df7ff3338
1 changed files with 1 additions and 0 deletions
|
|
@ -714,6 +714,7 @@ class ActionDelegate(QtWidgets.QStyledItemDelegate):
|
|||
def paint(self, painter, option, index):
|
||||
painter.setRenderHints(
|
||||
QtGui.QPainter.Antialiasing
|
||||
| QtGui.QPainter.TextAntialiasing
|
||||
| QtGui.QPainter.SmoothPixmapTransform
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue