Removed mouse capture while composing text in chat (fixes #2486)
This commit is contained in:
@@ -45,11 +45,6 @@ namespace OpenRA.Widgets
|
|||||||
|
|
||||||
public override Rectangle EventBounds { get { return Rectangle.Empty; } }
|
public override Rectangle EventBounds { get { return Rectangle.Empty; } }
|
||||||
|
|
||||||
public override bool LoseFocus(MouseInput mi)
|
|
||||||
{
|
|
||||||
return composing ? false : base.LoseFocus(mi);
|
|
||||||
}
|
|
||||||
|
|
||||||
public override bool HandleKeyPress(KeyInput e)
|
public override bool HandleKeyPress(KeyInput e)
|
||||||
{
|
{
|
||||||
if (e.Event == KeyInputEvent.Up) return false;
|
if (e.Event == KeyInputEvent.Up) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user