Ticket #2459: switch to the left panel after mouse click on input line history pictogram.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-01-07 11:52:47 +03:00
parent 6ab2753063
commit 912c62f564

View File

@ -952,7 +952,7 @@ dlg_select_widget (void *w)
const Widget *widget = (Widget *) w;
Dlg_head *h = widget->owner;
do_select_widget (h, g_list_find (h->widgets, widget), SELECT_NEXT);
do_select_widget (h, g_list_find (h->widgets, widget), SELECT_EXACT);
}
/* --------------------------------------------------------------------------------------------- */