mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +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;
|
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() {
|
public ShapeGroup() {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Reference in New Issue
Block a user