Fix XYmode.absolute

This commit is contained in:
Jan Petykiewicz 2020-04-18 15:39:27 -07:00
parent 7f0c46525e
commit cfb3e90d71

View File

@ -299,7 +299,7 @@ class XYMode(Record):
@property @property
def absolute(self) -> bool: def absolute(self) -> bool:
return not relative return not self.relative
@absolute.setter @absolute.setter
def absolute(self, b: bool): def absolute(self, b: bool):