mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
menu: render submenu arrows
This commit is contained in:
parent
6a750d465e
commit
429df42a8f
6 changed files with 70 additions and 34 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue