Merge branch 'v1.96' into scale-bar-styling

This commit is contained in:
Azgaar 2023-12-09 20:01:33 +04:00 committed by GitHub
commit ebb97f78d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 15 deletions

View file

@ -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);
};