Use Evaluator for positioning; Refactoring; Position elements relative to parents; Broke clicks outside of parent rect
This commit is contained in:
@@ -134,6 +134,7 @@ namespace OpenRA
|
||||
// Hack around a bug in MiniYaml
|
||||
widgetYaml.Values.FirstOrDefault().Value = widgetYaml.Keys.FirstOrDefault();
|
||||
WidgetLoader.rootWidget = WidgetLoader.LoadWidget(widgetYaml.Values.FirstOrDefault());
|
||||
WidgetLoader.rootWidget.Initialize();
|
||||
}
|
||||
|
||||
List<string> visibleTabs = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user