mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Merge branch '2459_switch_to_left_panel'
* 2459_switch_to_left_panel: Ticket #2459: switch to the left panel after mouse click on input line history pictogram.
This commit is contained in:
commit
69d66dd598
@ -952,7 +952,7 @@ dlg_select_widget (void *w)
|
|||||||
const Widget *widget = (Widget *) w;
|
const Widget *widget = (Widget *) w;
|
||||||
Dlg_head *h = widget->owner;
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user