diff --git a/source/rofi.c b/source/rofi.c index 0a433b21..2c829d6c 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -920,6 +920,8 @@ static void menu_resize ( MenuState *state ) textbox_draw ( switchers[j].tb ); } } + state->rchanged = TRUE; + state->update = TRUE; } MenuReturn menu ( Switcher *sw, char **input, char *prompt,