Faction Select: allow dialog to be closed with ESC (fixes #2404)

I had probably added this before since I wanted a player joining a game to always choose
a leader, but that's rather mitigated by the fact that there's a cancel button.
This commit is contained in:
Charles Dang 2018-01-28 22:15:09 +11:00
parent 626d413798
commit e52bd6eba7

View File

@ -51,8 +51,6 @@ faction_select::faction_select(ng::flg_manager& flg_manager, const std::string&
void faction_select::pre_show(window& window)
{
window.set_escape_disabled(true);
find_widget<label>(&window, "starting_pos", false).set_label(std::to_string(side_));
//