Skip to content

Commit

Permalink
BugFix #23201 Toggle icons display error in replay
Browse files Browse the repository at this point in the history
Enable hotkeys during GUI initialization in replay controller.
  • Loading branch information
Randypk authored and gfgtdf committed Apr 23, 2015
1 parent a8da5e2 commit 552a6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/replay_controller.cpp
Expand Up @@ -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();
}

Expand Down

0 comments on commit 552a6ce

Please sign in to comment.