fix attribute
This commit is contained in:
parent
122af8eacd
commit
4dc0d7b204
@ -25,7 +25,7 @@ class attributeManager():
|
|||||||
def setLastCursorAttribute(self, lastCursorAttribute):
|
def setLastCursorAttribute(self, lastCursorAttribute):
|
||||||
self.prevLastCursorAttribute = self.currLastCursorAttribute
|
self.prevLastCursorAttribute = self.currLastCursorAttribute
|
||||||
self.currLastCursorAttribute = lastCursorAttribute
|
self.currLastCursorAttribute = lastCursorAttribute
|
||||||
def resetLastCursorAttribute(self, lastCursorAttribute):
|
def resetLastCursorAttribute(self):
|
||||||
self.prevLastCursorAttribute = None
|
self.prevLastCursorAttribute = None
|
||||||
self.currLastCursorAttribute = None
|
self.currLastCursorAttribute = None
|
||||||
def isLastCursorAttributeChange(self):
|
def isLastCursorAttributeChange(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user