Fix XYmode.absolute
This commit is contained in:
parent
7f0c46525e
commit
cfb3e90d71
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue