mirror of https://gitlab.com/pamhyr/pamhyr2
model: geometry: Fix 'sl' setter.
parent
0237c5a80a
commit
e06610756a
|
|
@ -40,8 +40,8 @@ class Point(object):
|
|||
def sl(self, sl):
|
||||
if sl == self._profile.sl:
|
||||
self._sl = None
|
||||
|
||||
self._sl = sl
|
||||
else:
|
||||
self._sl = sl
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue