diff --git a/fatamorgana/records.py b/fatamorgana/records.py index c223822..53d747e 100644 --- a/fatamorgana/records.py +++ b/fatamorgana/records.py @@ -299,7 +299,7 @@ class XYMode(Record): @property def absolute(self) -> bool: - return not relative + return not self.relative @absolute.setter def absolute(self, b: bool):