Remove a pile of unnecessary state management from Scrollpanels.
This commit is contained in:
@@ -287,7 +287,7 @@ namespace OpenRA.Widgets
|
||||
child.Tick();
|
||||
}
|
||||
|
||||
public void AddChild(Widget child)
|
||||
public virtual void AddChild(Widget child)
|
||||
{
|
||||
child.Parent = this;
|
||||
Children.Add( child );
|
||||
|
||||
Reference in New Issue
Block a user