Merge pull request #8131 from obrakmann/fix8129_hotkey_input_lose_focus

Fix HotkeyEntryWidget keeping keyboard focus after receiving input
This commit is contained in:
Pavel Penev
2015-05-11 03:42:30 +03:00

View File

@@ -81,6 +81,8 @@ namespace OpenRA.Mods.Common.Widgets
Key = Hotkey.FromKeyInput(e);
YieldKeyboardFocus();
return true;
}