(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:
Seray Rosh 2016-06-28 15:54:09 +03:00 committed by Andrew Borodin
parent cd90f2f98c
commit 0f7d5cfcd1
1 changed files with 0 additions and 2 deletions

View File

@ -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);