Fix HotkeyEntryWidget keeping keyboard focus after receiving input

This commit is contained in:
Oliver Brakmann
2015-05-10 17:46:39 +02:00
parent 0e987137a2
commit 7ef14f56e2

View File

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