Use Evaluator for positioning; Refactoring; Position elements relative to parents; Broke clicks outside of parent rect
This commit is contained in:
@@ -30,10 +30,9 @@ namespace OpenRA
|
||||
else
|
||||
FieldLoader.LoadField( widget, child.Key, child.Value );
|
||||
}
|
||||
widget.Initialize();
|
||||
return widget;
|
||||
}
|
||||
|
||||
|
||||
static Widget NewWidget( string widgetType )
|
||||
{
|
||||
if( widgetType.Contains( "@" ) )
|
||||
|
||||
Reference in New Issue
Block a user