diff --git a/index.html b/index.html index 8a39f5b8..7405ff94 100644 --- a/index.html +++ b/index.html @@ -8004,7 +8004,7 @@ - + diff --git a/modules/dynamic/editors/cultures-editor.js b/modules/dynamic/editors/cultures-editor.js index 053a177e..fac79955 100644 --- a/modules/dynamic/editors/cultures-editor.js +++ b/modules/dynamic/editors/cultures-editor.js @@ -341,10 +341,7 @@ function cultureChangeColor() { const callback = newFill => { $el.fill = newFill; pack.cultures[cultureId].color = newFill; - cults - .select("#culture" + cultureId) - .attr("fill", newFill) - .attr("stroke", newFill); + cults.select("#culture" + cultureId).attr("fill", newFill); debug.select("#cultureCenter" + cultureId).attr("fill", newFill); }; diff --git a/modules/ui/editors.js b/modules/ui/editors.js index f89cc9e0..d42e4a28 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -1182,7 +1182,7 @@ async function editStates() { async function editCultures() { if (customization) return; - const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.91.00"); + const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.95.04"); Editor.open(); } diff --git a/versioning.js b/versioning.js index 0d0d6f8a..4e4fb075 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.95.03"; // generator version, update each time +const version = "1.95.04"; // generator version, update each time { document.title += " v" + version;