mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Report errors rendering glyphs
This commit is contained in:
parent
03847b15f6
commit
0b6fe99611
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ render_group(unsigned int num_cells, unsigned int num_glyphs, Cell *cells, hb_gl
|
|||
clear_canvas();
|
||||
bool was_colored = is_emoji(cells->ch);
|
||||
render_glyphs_in_cells(font->face, font->bold, font->italic, info, positions, num_glyphs, canvas, cell_width, cell_height, num_cells, baseline, &was_colored);
|
||||
if (PyErr_Occurred()) PyErr_Print();
|
||||
|
||||
for (unsigned int i = 0; i < num_cells; i++) {
|
||||
sprite_position[i]->rendered = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue