made element rotation more clear.

This commit is contained in:
hneemann 2016-08-11 21:34:35 +02:00
parent 1aeaf87c21
commit 700c657274

View File

@ -149,6 +149,7 @@ public class VisualElement implements Drawable, Moveable, AttributeListener {
if (shape == null) {
shape = shapeFactory.getShape(elementName, elementAttributes);
minMax = null;
transform = null;
}
return shape;
}