diff --git a/modules/ui/tools.js b/modules/ui/tools.js index e5a259dd..26b2932a 100644 --- a/modules/ui/tools.js +++ b/modules/ui/tools.js @@ -249,6 +249,7 @@ function regenerateCultures() { Cultures.generate(); Cultures.expand(); if (!layerIsOn("toggleCultures")) toggleCultures(); else drawCultures(); + if (document.getElementById("culturesEditorRefresh").offsetParent) culturesEditorRefresh.click(); } function regenerateMilitary() {