Breite / Höhe von Gruppen darf nicht manuell geändert werden

This commit is contained in:
ngb
2022-06-29 22:30:39 +02:00
parent 1a55e11841
commit 010a37fc0e

View File

@@ -33,9 +33,9 @@ public class ShapeGroup extends Shape {
private List<Shape> shapes;
protected double width = -1.0;
private double width = -1.0;
protected double height = -1.0;
private double height = -1.0;
public ShapeGroup() {
super();