fix syntax
This commit is contained in:
parent
52bc162b10
commit
38ba434bfe
@ -111,7 +111,7 @@ class attributeManager():
|
||||
try:
|
||||
attribute = self.getAttributeByXY( cursorPos['x'], cursorPos['y'])
|
||||
|
||||
if self.isDefaultAttribute(attribute):
|
||||
if self.isDefaultAttribute(attribute):
|
||||
return False
|
||||
if update:
|
||||
self.setLastCursorAttribute(attribute)
|
||||
|
Loading…
Reference in New Issue
Block a user