Add scale action to componentTree popup
This commit is contained in:
parent
8c3e67642f
commit
fce3ced059
@ -177,6 +177,8 @@ public class BasicFrame extends JFrame {
|
||||
popupMenu.add(actions.getPasteAction());
|
||||
popupMenu.add(actions.getDuplicateAction());
|
||||
popupMenu.add(actions.getDeleteAction());
|
||||
popupMenu.addSeparator();
|
||||
popupMenu.add(actions.getScaleAction());
|
||||
|
||||
log.debug("Constructing the BasicFrame UI");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user