menu: render submenu arrows

This commit is contained in:
Johan Malm 2022-08-02 22:00:24 +01:00 committed by Consolatis
parent 6a750d465e
commit 429df42a8f
6 changed files with 70 additions and 34 deletions

View file

@ -254,8 +254,8 @@ ssd_update_title(struct view *view)
}
if (part->buffer) {
scaled_font_buffer_update(part->buffer,
title, title_bg_width, &font, text_color);
scaled_font_buffer_update(part->buffer, title,
title_bg_width, &font, text_color, NULL);
}
/* And finally update the cache */