id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3775	Pressing <right> and <left> in the hotlist dialog doesn't refresh it	mooffie	mooffie	"== The problem

In the hotlist dialog: pressing `<right>` to enter a group, or `<left>` on a "".."" to exit a group, doesn't redraw the listbox to show its new contents. (That's in contrast to pressing ENTER, which ''does'' redraw the listbox.)

== The cause

A call to dlg_select_widget() (old API) was replaced with a call to widget_select() (new API). The functions aren't quite the same: widget_select() is a **no-op** if the widget is already selected (as when pressing `<right>`, `<left>`), and so it doesn't redraw the widget.

== The solution

We emulate the old behavior (by calling widget_redraw() conditionally).
"	defect	closed	major	4.8.19	mc-core	master	fixed					merged	committed-master
