Fix des Baumviews. ChildIds wurden nicht aus dem Pool genommen

This commit is contained in:
2024-03-07 23:56:33 +01:00
parent db6b3b7329
commit 05392ef5e9
2 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ if __name__ == '__main__':
model = CadItem()
if args.demo:
model.from_json(json.loads(demo_data))
build_gui(model, configs)
build_gui(model, configs, "400102196", True)
elif args.sivasid:
sivasid = args.sivasid.strip()