]> git.lyx.org Git - features.git/commitdiff
Bufferparams.cpp: add a fixme as reminder
authorUwe Stöhr <uwestoehr@web.de>
Fri, 2 Apr 2010 23:49:22 +0000 (23:49 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 2 Apr 2010 23:49:22 +0000 (23:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34044 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 0bdee627163a8bf0384c8c59ca0d1dbc4913ea8b..ad2e0bbb661dcbe5f3eac6e9c0575fc1a213f882 100644 (file)
@@ -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;