mirror of https://github.com/MidnightCommander/mc
(edit_dialog_command_execute): when switch to another window, do not select it twice.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
cd90f2f98c
commit
0f7d5cfcd1
|
@ -485,11 +485,9 @@ edit_dialog_command_execute (WDialog * h, long command)
|
|||
break;
|
||||
case CK_WindowNext:
|
||||
dlg_one_down (h);
|
||||
dlg_select_widget (h->current->data);
|
||||
break;
|
||||
case CK_WindowPrev:
|
||||
dlg_one_up (h);
|
||||
dlg_select_widget (h->current->data);
|
||||
break;
|
||||
case CK_Options:
|
||||
edit_options_dialog (h);
|
||||
|
|
Loading…
Reference in New Issue