mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
remove debug print
This commit is contained in:
parent
e771d4b887
commit
f5bbe2a3d4
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ class NumberDelegate(QtWidgets.QStyledItemDelegate):
|
|||
self.decimals = decimals
|
||||
|
||||
def createEditor(self, parent, option, index):
|
||||
print(option.rect)
|
||||
if self.decimals > 0:
|
||||
editor = QtWidgets.QDoubleSpinBox(parent)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue