Having a hidden child in a listbox doesn't prevent successive children from being rendered, server log can be filtered by message type
This commit is contained in:
@@ -54,6 +54,12 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
public Color TextColor
|
||||
{
|
||||
get { return text.TextColor; }
|
||||
set { text.TextColor = value; }
|
||||
}
|
||||
|
||||
public override Rectangle MouseRect
|
||||
{
|
||||
get { return box.Rect; }
|
||||
|
||||
Reference in New Issue
Block a user