Add scaling to toolbar

master
Captain Chaos 2022-08-20 18:23:25 +02:00
parent 4a0cf18c01
commit f968cef898
1 changed files with 1 additions and 0 deletions

View File

@ -4778,6 +4778,7 @@ public final class App extends JFrame implements RadiusControl,
toolBar.add(ACTION_CHANGE_HEIGHT);
toolBar.add(ACTION_ROTATE_WORLD);
toolBar.add(ACTION_SHIFT_WORLD);
toolBar.add(ACTION_SCALE_WORLD);
}
toolBar.add(ACTION_EDIT_TILES);
toolBar.addSeparator();