BugFix #23201 Toggle icons display error in replay

Enable hotkeys during GUI initialization in replay controller.
This commit is contained in:
Randypk 2015-04-09 21:10:56 -06:00 committed by gfgtdf
parent a8da5e2b6d
commit 552a6ce619

View file

@ -159,6 +159,7 @@ void replay_controller::init_gui(){
BOOST_FOREACH(const team & t, gamestate_.board_.teams()) {
t.reset_objectives_changed();
}
get_hotkey_command_executor()->set_button_state(*gui_);
update_replay_ui();
}