Hides the unit order buttons when in the map editor.

This commit is contained in:
Stian Grenborgen 2023-05-20 12:09:03 +02:00
parent a09ee4f10f
commit ea28fd7756
1 changed files with 1 additions and 0 deletions

View File

@ -847,6 +847,7 @@ public class SwingGUI extends GUI {
@Override
public void startMapEditorGUI() {
resetMapZoom(); // Reset zoom to the default
mapViewer.getMapViewerState().setActiveUnit(null);
this.canvas.startMapEditorGUI();
this.canvas.showMapEditorTransformPanel();
}