mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Set LaTeX color for notefontcolor (#9283)
This commit is contained in:
parent
77c8a2df0f
commit
3375dccef6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user