X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetListings.cpp;h=02f5556fd8e043dd8601f43c4df1543c2efc0ea2;hb=eea79637c78bb9916031924eca7b305cfb8e83df;hp=e9007fa14df732d1c878077975fea60dd7842d98;hpb=1f07a7f929d34b0d64d839d5d7963ed60e04b5a3;p=features.git diff --git a/src/insets/InsetListings.cpp b/src/insets/InsetListings.cpp index e9007fa14d..02f5556fd8 100644 --- a/src/insets/InsetListings.cpp +++ b/src/insets/InsetListings.cpp @@ -50,7 +50,7 @@ void InsetListings::init() Font font(Font::ALL_SANE); font.decSize(); font.decSize(); - font.setColor(Color::none); + font.setColor(Color_none); setLabelFont(font); // FIXME: what to do with those? //text_.current_font.setLanguage(latex_language); @@ -315,8 +315,8 @@ void InsetListings::getDrawFont(Font & font) const { font = Font(Font::ALL_INHERIT, latex_language); font.setFamily(Font::TYPEWRITER_FAMILY); - // FIXME: define Color::listing? - font.setColor(Color::foreground); + // FIXME: define Color_listing? + font.setColor(Color_foreground); }