X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChanges.cpp;h=63bb021efeced935b10f40282b3e6527f1e84656;hb=89d9334e03c311a4a7585f40ad81880304d174d4;hp=a579144a7a1f875b8e6fb60bfb22043017d8d582;hpb=a450797b2ab160f5953922d59298e6ff6472f8e4;p=lyx.git diff --git a/src/Changes.cpp b/src/Changes.cpp index a579144a7a..63bb021efe 100644 --- a/src/Changes.cpp +++ b/src/Changes.cpp @@ -588,7 +588,7 @@ void Change::paintCue(PainterInfo & pi, double const x1, double const y1, return; case INSERTED: { if (!lyxrc.ct_additions_underlined) - break; + return; pi.pain.line(int(x1), int(y2) + 1, int(x2), int(y2) + 1, color(), Painter::line_solid, pi.base.solidLineThickness());