From f8735c367896e80a259a7734b6c14b47bed2e567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 2 Apr 2010 23:49:22 +0000 Subject: [PATCH] Bufferparams.cpp: add a fixme as reminder git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34044 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2