Make redraw nice

This commit is contained in:
QC 2015-09-09 12:03:29 +02:00
parent a0b491c962
commit 1a23add631
1 changed files with 2 additions and 0 deletions

View File

@ -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,