]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNewline.cpp
Move Color::color enum to ColorCode.h
[features.git] / src / insets / InsetNewline.cpp
index b016ed3447d53c80b62eb661c243d65612944422..77978bcf96d5787b569f600c31042f2130111b57 100644 (file)
@@ -94,7 +94,7 @@ void InsetNewline::draw(PainterInfo & pi, int x, int y) const
                xp[2] = int(x + wid * 0.625);
        }
 
-       pi.pain.lines(xp, yp, 3, Color::eolmarker);
+       pi.pain.lines(xp, yp, 3, Color_eolmarker);
 
        yp[0] = int(y - 0.500 * asc * 0.75);
        yp[1] = int(y - 0.500 * asc * 0.75);
@@ -110,7 +110,7 @@ void InsetNewline::draw(PainterInfo & pi, int x, int y) const
                xp[2] = int(x);
        }
 
-       pi.pain.lines(xp, yp, 3, Color::eolmarker);
+       pi.pain.lines(xp, yp, 3, Color_eolmarker);
 }