menu_cbs_select.c - String option settings were not being bound to

action OK callback
This commit is contained in:
twinaphex 2018-09-25 00:07:24 +02:00
parent 919a23c442
commit a0efad3cc8

View File

@ -67,6 +67,7 @@ static int action_select_default(const char *path, const char *label, unsigned t
case ST_UINT:
case ST_SIZE:
case ST_FLOAT:
case ST_STRING_OPTIONS:
if (cbs->action_ok)
action = MENU_ACTION_OK;
else