Clean up MouseFilterMode.Ignore from Controls

This commit is contained in:
ShadowCommander
2020-02-20 01:21:23 -08:00
parent 526111923c
commit 4bdb45731a
9 changed files with 10 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
using Robust.Client.UserInterface;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
namespace Content.Client.UserInterface
@@ -14,7 +14,6 @@ namespace Content.Client.UserInterface
public StatusEffectsUI()
{
_vBox = new VBoxContainer();
MouseFilter = Control.MouseFilterMode.Ignore;
AddChild(_vBox);
LayoutContainer.SetGrowHorizontal(this, LayoutContainer.GrowDirection.Begin);