Skip to content

Commit

Permalink
Fix Edit Mode UI after save game load. (#12530)
Browse files Browse the repository at this point in the history
This makes the Edit Mode overlay and checkbox in the menu show correctly after loading  a save.
  • Loading branch information
asvitkine committed Apr 21, 2024
1 parent dec3a88 commit 2638089
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -542,7 +542,7 @@ private void addTabs(HistoryDetailsPanel historyDetailPanel) {
}
addTab("Territory", territoryDetails, KeyCode.T);
if (mapPanel.getEditMode()) {
tabsPanel.add("Edit", editPanel);
showEditMode();
}
}

Expand Down

0 comments on commit 2638089

Please sign in to comment.