Merge pull request #2139 from SiboVG/unstable

Fix merge conflict
This commit is contained in:
Sibo Van Gool 2023-03-24 12:00:52 +01:00 committed by GitHub
commit e210415a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,13 +565,13 @@ public class BasicFrame extends JFrame {
fileMenu.addSeparator();
JMenu subMenu = new JMenu(trans.get("RocketActions.Select"));
menu.add(subMenu);
fileMenu.add(subMenu);
item = new JMenuItem(actions.getSelectSameColorAction());
subMenu.add(item);
item = new JMenuItem(actions.getDeselectAllAction());
subMenu.add(item);
menu.addSeparator();
fileMenu.addSeparator();
item = new JMenuItem(actions.getScaleAction());
fileMenu.add(item);