Refactor Controls to default to MouseFilterMode.Ignore

This commit is contained in:
ShadowCommander
2020-02-20 01:19:59 -08:00
parent a99919538c
commit 526111923c

View File

@@ -43,6 +43,7 @@ namespace Content.Client.Chat
AnchorLeft = 1.0f;
AnchorRight = 1.0f;*/
MouseFilter = MouseFilterMode.Stop;
var outerVBox = new VBoxContainer();