tunit_recruit: capture recruit list for the recruit list
This commit is contained in:
parent
29ca22b5da
commit
e7068e35d5
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ void tunit_recruit::pre_show(twindow& window)
|
|||
dialog_callback<tunit_recruit, &tunit_recruit::list_item_clicked>);
|
||||
#endif
|
||||
|
||||
window.keyboard_capture(&list);
|
||||
|
||||
connect_signal_mouse_left_click(
|
||||
find_widget<tbutton>(&window, "show_help", false),
|
||||
std::bind(&tunit_recruit::show_help, this, std::ref(window)));
|
||||
|
|
Loading…
Add table
Reference in a new issue