[ft] Actually call check_changed() from _changed()

Ouch!

Fixes https://github.com/harfbuzz/harfbuzz/issues/3746
This commit is contained in:
Behdad Esfahbod 2022-07-22 05:48:27 -06:00
parent fd535a240b
commit cb5ca6be29
1 changed files with 2 additions and 0 deletions

View File

@ -1085,6 +1085,8 @@ hb_ft_font_changed (hb_font_t *font)
#endif
}
#endif
_hb_ft_hb_font_check_changed (font, ft_font);
}
/**