mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
make groups not ignore mouse by default :V
This commit is contained in:
parent
6ede030138
commit
8d648cd5dc
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ namespace MLEM.Ui.Elements {
|
|||
|
||||
public Group(Anchor anchor, Vector2 size, bool setHeightBasedOnChildren = true) : base(anchor, size) {
|
||||
this.SetHeightBasedOnChildren = setHeightBasedOnChildren;
|
||||
this.IgnoresMouse = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue