X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpace.cpp;h=55aa3fd3faf71669df7effa24a07d12e815b5535;hb=eea79637c78bb9916031924eca7b305cfb8e83df;hp=bbab7f278e73cabf0b3c9a2d37abd0bb44973516;hpb=1f07a7f929d34b0d64d839d5d7963ed60e04b5a3;p=features.git diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index bbab7f278e..55aa3fd3fa 100644 --- a/src/insets/InsetSpace.cpp +++ b/src/insets/InsetSpace.cpp @@ -16,7 +16,6 @@ #include "InsetSpace.h" #include "debug.h" -#include "Color.h" #include "Lexer.h" #include "MetricsInfo.h" #include "OutputParams.h" @@ -100,9 +99,9 @@ void InsetSpace::draw(PainterInfo & pi, int x, int y) const yp[3] = y - max(h / 4, 1); if (kind_ == PROTECTED || kind_ == ENSPACE || kind_ == NEGTHIN) - pi.pain.lines(xp, yp, 4, Color::latex); + pi.pain.lines(xp, yp, 4, Color_latex); else - pi.pain.lines(xp, yp, 4, Color::special); + pi.pain.lines(xp, yp, 4, Color_special); }