From 010a37fc0e66ec857bfe5fac9f6f3d64b58de8ee Mon Sep 17 00:00:00 2001 From: "J. Neugebauer" Date: Wed, 29 Jun 2022 22:30:39 +0200 Subject: [PATCH] =?UTF-8?q?Breite=20/=20H=C3=B6he=20von=20Gruppen=20darf?= =?UTF-8?q?=20nicht=20manuell=20ge=C3=A4ndert=20werden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schule/ngb/zm/shapes/ShapeGroup.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schule/ngb/zm/shapes/ShapeGroup.java b/src/schule/ngb/zm/shapes/ShapeGroup.java index ce00a96..100286b 100644 --- a/src/schule/ngb/zm/shapes/ShapeGroup.java +++ b/src/schule/ngb/zm/shapes/ShapeGroup.java @@ -33,9 +33,9 @@ public class ShapeGroup extends Shape { private List shapes; - protected double width = -1.0; + private double width = -1.0; - protected double height = -1.0; + private double height = -1.0; public ShapeGroup() { super();