textview: Add missing break statement

This commit is contained in:
Benjamin Otte 2019-01-26 14:30:06 +01:00
parent 3f9b8f25d8
commit ad3ded7ba0

View File

@ -2040,6 +2040,7 @@ add_preedit_attrs (GtkTextLayout *layout,
if (appearance.strikethrough_rgba)
gdk_rgba_free (appearance.strikethrough_rgba);
appearance.strikethrough_rgba = gdk_rgba_copy (&rgba);
break;
case PANGO_ATTR_RISE:
appearance.rise = ((PangoAttrInt *)attr)->value;
break;