Maybe fix CI problems

If this was the actual problem, i have no idea how this ever worked.
This commit is contained in:
Tommy 2022-08-06 15:30:32 +12:00
parent 059da51a32
commit 08c28c19b3

View file

@ -466,7 +466,7 @@ void mp_create_game::sync_with_depcheck()
template<typename widget>
void mp_create_game::on_filter_change(const std::string& id, bool do_select)
{
create_engine_.apply_level_filter(find_widget<widget>(get_window(), id, false).get_value());
create_engine_.apply_level_filter(find_widget<text_box>(get_window(), id, false).get_value());
listbox& game_list = find_widget<listbox>(get_window(), "games_list", false);