[morx] unsafe-to-break in Insertion
Makes MORX-29, MORX-30, MORX-31 pass.
This commit is contained in:
parent
02bebe42c1
commit
0d18ec5467
|
@ -629,6 +629,8 @@ struct InsertionSubtable
|
|||
buffer->skip_glyph ();
|
||||
|
||||
buffer->move_to (end + count);
|
||||
|
||||
buffer->unsafe_to_break_from_outbuffer (mark, MIN (buffer->idx + 1, buffer->len));
|
||||
}
|
||||
|
||||
if (entry->data.currentInsertIndex != 0xFFFF)
|
||||
|
|
Loading…
Reference in New Issue