Addon Manager: fix Enter closing the dialog
[ci skip]
This commit is contained in:
parent
004fa50710
commit
d015f47632
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue