32c32 < * @param view the target view --- > * @param newDrawingEditor the DrawingEditor which manages the views 34,35c34,35 < public GroupCommand(String name, DrawingView view) { < super(name, view); --- > public GroupCommand(String name, DrawingEditor newDrawingEditor) { > super(name, newDrawingEditor); 38a39 > super.execute(); 45c46 < public boolean isExecutable() { --- > public boolean isExecutableWithView() { 70,73d70 < // duplicate before we orphan affected figures < // FigureEnumeration fe = StandardFigureSelection.duplicateFigures( < // getAffectedFigures(), getAffectedFiguresCount()); < 75d71 < // getDrawingView().drawing().removeAll(getAffectedFigures()); 127d122 < \ No newline at end of file