From: Uwe Stöhr Date: Fri, 2 Apr 2010 23:49:22 +0000 (+0000) Subject: Bufferparams.cpp: add a fixme as reminder X-Git-Tag: 2.0.0~3556 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f8735c367896e80a259a7734b6c14b47bed2e567;p=features.git Bufferparams.cpp: add a fixme as reminder git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34044 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 0bdee62716..ad2e0bbb66 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -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;