mirror of https://github.com/fairyglade/ly.git
don't switch fields on backspace
This commit is contained in:
parent
5a01a6e38f
commit
c5c6167465
|
@ -107,6 +107,7 @@ void init_form(struct ncform* form, char** list, int max_de, int* de_id)
|
|||
form->fields[5] = NULL;
|
||||
/* generates the form */
|
||||
form->form = new_form(form->fields);
|
||||
form_opts_off(form->form, O_BS_OVERLOAD);
|
||||
scale_form(form->form, &(form->height), &(form->width));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue