mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 07:57:55 +00:00
Small fixup
This commit is contained in:
parent
20e33d5c58
commit
0289944299
@ -127,7 +127,7 @@ void tmp_create_game::pre_show(twindow& window)
|
||||
// Custom dialog close hook
|
||||
connect_signal_mouse_left_click(
|
||||
find_widget<tbutton>(&window, "create_game", false),
|
||||
std::bind(tmp_create_game::dialog_exit_hook, this, std::ref(window)));
|
||||
std::bind(&tmp_create_game::dialog_exit_hook, this, std::ref(window)));
|
||||
|
||||
tlistbox& list = find_widget<tlistbox>(&window, "games_list", false);
|
||||
#ifdef GUI2_EXPERIMENTAL_LISTBOX
|
||||
|
Loading…
x
Reference in New Issue
Block a user