Skip to content

Fix issue #4500: Fixed Color layer changing when renamed

Aayush Shah requested to merge aayushshah22/inkscape:fix-4500 into master

Layers which did not have a highlight_color selected from the color picker, were changing their color when they were renamed because the highlight_color was setting the color based on the layer's label. So once, the color was generated from the label, I set the _highlightColor to that color so that it doesnt change when renamed.

Merge request reports