Merge pull request #1385 from SiboVG/issue-1344

[#1344] Clear preset when centering ring/bulkhead length is changed
This commit is contained in:
SiboVG 2022-05-29 11:07:13 +02:00 committed by GitHub
commit 35f3044aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ public abstract class RingComponent extends StructuralComponent implements BoxBo
return;
this.length = l;
clearPreset();
fireComponentChangeEvent(ComponentChangeEvent.MASS_CHANGE);
}