mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
return from switch
we don't break in this switch
This commit is contained in:
parent
36deaaac26
commit
602ac1401e
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user