Just pushed the changes… should be in the next release.
Heute wurde ich mit diesem Problem konfrontiert:
Passiert ist das Ganze während folgendem Prozess: Ich wollte Arbeitsgänge rückgängig machen, die ich mit dem Tool Move gemacht habe…
2020-Größentabelle Bettina.vst (3,6 KB) Henny-Grundschnittr.val (189,8 KB)
Kannst du die Datei nicht mehr öffnen?
Ich kann die Datei noch öffnen. Ich war am zurückbauen. Die letzte Bearbeitung lies sich nicht mehr löschen.
Ich wollte dann über die Chronik herausbekommen ob noch etwas dazwischen steht und dann kam diese Meldung
It seems that you already deleted a line that was connected to this point, but it didn’t delete in the actual file:
So Seamly got a bit confused and made a crash on your History but also wouldn’t let you delete that point.
I commented out that line & reopened the pattern. Only then is that node available to be deleted:
Could be de referencing issue. That is, everytime a tool is used in another it’s suppose to add a reference and vice versa when you delete. In other words normally you can’t delete a parent tool until all it’s chikdren are deleted. In this case it looks like the parent is not derefercing the child - so it can’t itself be deleted.
That being said, I will look into the issue.