mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
Bufferparams.cpp: add a fixme as reminder
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34044 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8961a38002
commit
f8735c3678
@ -735,6 +735,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
|
||||
string color = lex.getString();
|
||||
notefontcolor = lyx::rgbFromHexName(color);
|
||||
// set the font color within LyX
|
||||
// FIXME: the color is correctly set but later overwritten by the default
|
||||
lcolor.setColor(Color_greyedouttext, color);
|
||||
} else if (token == "\\paperwidth") {
|
||||
lex >> paperwidth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user