fix some conversion
This commit is contained in:
parent
61cb242783
commit
52bc162b10
@ -110,10 +110,8 @@ class attributeManager():
|
||||
cursorPos = cursor.copy()
|
||||
try:
|
||||
attribute = self.getAttributeByXY( cursorPos['x'], cursorPos['y'])
|
||||
print(attribute)
|
||||
if isinstance(attribute, tuple):
|
||||
attribute = list(attribute)
|
||||
if self.isDefaultAttribute(attribute):
|
||||
|
||||
if self.isDefaultAttribute(attribute):
|
||||
return False
|
||||
if update:
|
||||
self.setLastCursorAttribute(attribute)
|
||||
|
Loading…
Reference in New Issue
Block a user