keyboard-layout-editor icon indicating copy to clipboard operation
keyboard-layout-editor copied to clipboard

Legend color properties missing when changed default color and set top-left color to '0'

Open adamws opened this issue 2 years ago • 0 comments

There are at least two label color related issues opened: https://github.com/ijprest/keyboard-layout-editor/issues/315 https://github.com/ijprest/keyboard-layout-editor/issues/214

This one might be related. Steps to reproduce:

  • open empty layout, add two keys
  • modify left key:
    • set Legend Color
    • add top left legend, set it color to #000000
    • add other labels

result: image keyboard renders as expected but in Raw data tab, layout is missing color specifiers:

["x\nx\n\n\n\n\nx","x"]

when top left legend color is changed to something else than #000000 then it is ok:

[{t:"#0f00bf"},"x\nx\n\n\n\n\nx","x"]

adamws avatar Aug 13 '23 08:08 adamws