From 4dc0d7b2041392540bcca7867930d098bef61a25 Mon Sep 17 00:00:00 2001 From: chrys Date: Sun, 3 Feb 2019 23:34:27 +0100 Subject: [PATCH] fix attribute --- src/fenrirscreenreader/core/attributeManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrirscreenreader/core/attributeManager.py b/src/fenrirscreenreader/core/attributeManager.py index 986ab4e7..b601c781 100644 --- a/src/fenrirscreenreader/core/attributeManager.py +++ b/src/fenrirscreenreader/core/attributeManager.py @@ -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):