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):