I was adding a user-callable "font-color <color>" function and
noticed in the CVS source:
/// Sets size after GUI name
LyXFont & LyXFont::setGUISize(string const & siz)
{
setColor(lcolor.getFromGUIName(siz));
return *this;
}
(line 445 of lyxfont.C)
Looks like a mistake.
Greg Lee <[EMAIL PROTECTED]>
- Re: error in lyxfont.C Greg Lee
- Re: error in lyxfont.C Jean-Marc Lasgouttes
