Set LaTeX color for notefontcolor (#9283)

This commit is contained in:
Juergen Spitzmueller 2021-01-20 13:57:44 +01:00
parent 77c8a2df0f
commit 3375dccef6

View File

@ -1052,6 +1052,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
string color = lex.getString();
notefontcolor = lyx::rgbFromHexName(color);
lcolor.setColor("notefontcolor", color);
lcolor.setLaTeXName("notefontcolor", "note_fontcolor");
} else if (token == "\\boxbgcolor") {
lex.eatLine();
string color = lex.getString();