- fixed activated

This commit is contained in:
jens
2020-12-07 10:23:40 +01:00
parent df33398c2d
commit fd312fdff9
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@ class ChangedInteger(object):
self.value = initial
def set(self, value):
value = round(value)
has_changed = True
if self.value is not None:
has_changed = self.value != value