From d18a887f03dc8ca6db5398d5a9886474fd4cd142 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 8 Jun 2021 21:20:09 +0200 Subject: [PATCH] [Combi] Disable completer. --- source/dialogs/combi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dialogs/combi.c b/source/dialogs/combi.c index cef3a3ef..dd9d4082 100644 --- a/source/dialogs/combi.c +++ b/source/dialogs/combi.c @@ -172,6 +172,8 @@ static ModeMode combi_mode_result ( Mode *sw, int mretv, char **input, unsigned } return MODE_EXIT; } + } else if ( ( mretv& MENU_COMPLETE) ) { + return RELOAD_DIALOG; } for ( unsigned i = 0; i < pd->num_switchers; i++ ) {