Update attributeManager.py
This commit is contained in:
		| @@ -29,7 +29,7 @@ class attributeManager(): | |||||||
|     def resetAttributeCursor(self): |     def resetAttributeCursor(self): | ||||||
|         self.currAttributeCursor = None |         self.currAttributeCursor = None | ||||||
|         self.prefAttributeCursor = None |         self.prefAttributeCursor = None | ||||||
|     def resetAttributeData(self, prevAttributes, currAttributes): |     def resetAttributeData(self, currAttributes): | ||||||
|         self.prevAttributes = None                                     |         self.prevAttributes = None                                     | ||||||
|         self.currAttributes = currAttributes         |         self.currAttributes = currAttributes         | ||||||
|     def updateAttributeData(self, currAttributes): |     def updateAttributeData(self, currAttributes): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user