Add a missing DITEM_CONTINUE flag so the options menu returns to the
correct place when you exit it with 'Q'. PR: misc/47906 MFC after: 3 days
This commit is contained in:
parent
cab203686d
commit
e745a174df
@ -306,7 +306,7 @@ optionsEditor(dialogMenuItem *self)
|
||||
clear();
|
||||
dialog_clear();
|
||||
restorescr(w);
|
||||
return DITEM_SUCCESS;
|
||||
return DITEM_SUCCESS | DITEM_CONTINUE;
|
||||
|
||||
default:
|
||||
beep();
|
||||
|
Loading…
Reference in New Issue
Block a user