fixed overlapping arrows with multiple depends

This commit is contained in:
2024-03-24 11:52:56 +01:00
parent 5a4d30e162
commit d61a707591
2 changed files with 12 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ class Range:
self.description = description
self.values = values
self.dependsOn = dependsOn
self.lastValueY = -1
@property
def bits(self) -> int: