diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-02 22:17:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 22:17:43 +0100 |
commit | 5f3f0b5e00a2e692a282d087321b647f1a274315 (patch) | |
tree | 5b396972281fd9029317d993d0543b859ae13013 /thirdparty/harfbuzz/src/hb-graphite2.cc | |
parent | 7be7623d693a4328d8ef1947e16ff3d1d70daa65 (diff) | |
parent | 5676b3c022874c6a636073792e4be5ee3abd170d (diff) |
Merge pull request #57563 from bruvzg/hb331
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-graphite2.cc')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-graphite2.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/harfbuzz/src/hb-graphite2.cc b/thirdparty/harfbuzz/src/hb-graphite2.cc index 42420ac0b0..63dc18b466 100644 --- a/thirdparty/harfbuzz/src/hb-graphite2.cc +++ b/thirdparty/harfbuzz/src/hb-graphite2.cc @@ -439,7 +439,8 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan HB_UNUSED, if (feats) gr_featureval_destroy (feats); gr_seg_destroy (seg); - buffer->clear_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_BREAK); + buffer->clear_glyph_flags (); + buffer->unsafe_to_break (); return true; } |