mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
Breite / Höhe von Gruppen darf nicht manuell geändert werden
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user