handle multiple selection with shift
This commit is contained in:
@@ -29,11 +29,6 @@ public abstract class AbstractShape implements Shape {
|
||||
attributes.put(attrs.getID(), attrs);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setLoc(Point newLoc) {
|
||||
getBounds().setLocation(newLoc);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void translate(int dx, int dy) {
|
||||
getBounds().translate(dx, dy);
|
||||
|
||||
Reference in New Issue
Block a user