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