diff --git a/src/menu/ui_components/common.c b/src/menu/ui_components/common.c index 9f5e307b..14f99a32 100644 --- a/src/menu/ui_components/common.c +++ b/src/menu/ui_components/common.c @@ -175,6 +175,9 @@ void ui_components_actions_bar_text_draw (rdpq_align_t align, rdpq_valign_t vali char *formatted = vasnprintf(buffer, &nbytes, fmt, va); va_end(va); + // FIXME: if there is a button to draw, we should add it! + // FIXME: take into account action bar line + rdpq_text_printn( &(rdpq_textparms_t) { .width = VISIBLE_AREA_WIDTH - (TEXT_MARGIN_HORIZONTAL * 2),