fix attribute

This commit is contained in:
chrys 2019-02-03 23:34:27 +01:00
parent 122af8eacd
commit 4dc0d7b204

View File

@ -25,7 +25,7 @@ class attributeManager():
def setLastCursorAttribute(self, lastCursorAttribute):
self.prevLastCursorAttribute = self.currLastCursorAttribute
self.currLastCursorAttribute = lastCursorAttribute
def resetLastCursorAttribute(self, lastCursorAttribute):
def resetLastCursorAttribute(self):
self.prevLastCursorAttribute = None
self.currLastCursorAttribute = None
def isLastCursorAttributeChange(self):