From 25824fe39ce5e7e3c7ac426b6faaa7eed1d1f6f7 Mon Sep 17 00:00:00 2001 From: StempunkDev Date: Wed, 4 Mar 2026 23:21:58 +0100 Subject: [PATCH] fix: regenerateStateLabels --- public/modules/ui/tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/modules/ui/tools.js b/public/modules/ui/tools.js index eade993f..b4734c4b 100644 --- a/public/modules/ui/tools.js +++ b/public/modules/ui/tools.js @@ -77,6 +77,7 @@ toolsContent.addEventListener("click", function (event) { function processFeatureRegeneration(event, button) { if (button === "regenerateStateLabels") { $("#labels").fadeIn(); + Labels.generateStateLabels(); drawStateLabels(); } else if (button === "regenerateReliefIcons") { drawReliefIcons();