From 526111923cc379944a65f88174907ea16e447444 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Thu, 20 Feb 2020 01:19:59 -0800 Subject: [PATCH] Refactor Controls to default to MouseFilterMode.Ignore --- Content.Client/Chat/ChatBox.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Chat/ChatBox.cs b/Content.Client/Chat/ChatBox.cs index 3ad087d1ae..87bbebba1b 100644 --- a/Content.Client/Chat/ChatBox.cs +++ b/Content.Client/Chat/ChatBox.cs @@ -43,6 +43,7 @@ namespace Content.Client.Chat AnchorLeft = 1.0f; AnchorRight = 1.0f;*/ + MouseFilter = MouseFilterMode.Stop; var outerVBox = new VBoxContainer();