Multiple fixes:

- fix last button no longer default focused when loading keybinding dialog
- fix click and mouse exit still focused on button
- closing keybinding does not focus on chat anymore

#story[1273]
This commit is contained in:
Zhi You Tan
2017-09-26 22:52:58 +13:00
parent 2dcdd1c248
commit 5248921576
3 changed files with 40 additions and 53 deletions
@@ -221,6 +221,7 @@ public class ViewManager {
.getController();
keyBindingDialogController.setGameClient(this.gameClient);
keyBindingDialog.show();
decorator.requestFocus();
Sounds.playButtonClick();
}
}