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):
|
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
|
||||||
def name(self):
|
def name(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue