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