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:
Uwe Stöhr 2010-04-02 23:49:22 +00:00
parent 8961a38002
commit f8735c3678

View File

@ -735,6 +735,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
string color = lex.getString(); string color = lex.getString();
notefontcolor = lyx::rgbFromHexName(color); notefontcolor = lyx::rgbFromHexName(color);
// set the font color within LyX // set the font color within LyX
// FIXME: the color is correctly set but later overwritten by the default
lcolor.setColor(Color_greyedouttext, color); lcolor.setColor(Color_greyedouttext, color);
} else if (token == "\\paperwidth") { } else if (token == "\\paperwidth") {
lex >> paperwidth; lex >> paperwidth;