228229230231232233234235236237238
for (ControllerBase ctr : selectedControllers) { oldModel.add(ctr.getModel().clone()); } // resize newBounds = new BoundsTransform(getSelectedBounds()); // detect current action if (controlPoint > -1) { if (e.isAltDown()) { isRotate = true;