Addon Manager: fix Enter closing the dialog

[ci skip]
This commit is contained in:
Charles Dang 2017-03-23 10:54:39 +11:00
parent 004fa50710
commit d015f47632

View file

@ -426,6 +426,8 @@ void addon_manager::pre_show(window& window)
on_addon_select(window);
window.set_enter_disabled(true);
window.keyboard_capture(&filter);
list.add_list_to_keyboard_chain();