790 fixed -- Widget.EventHandler was never used, removed
This commit is contained in:
@@ -26,7 +26,6 @@ namespace OpenRA.Widgets
|
|||||||
public string Width = "0";
|
public string Width = "0";
|
||||||
public string Height = "0";
|
public string Height = "0";
|
||||||
public string Delegate = null;
|
public string Delegate = null;
|
||||||
public string EventHandler = null;
|
|
||||||
public bool Visible = true;
|
public bool Visible = true;
|
||||||
|
|
||||||
public readonly List<Widget> Children = new List<Widget>();
|
public readonly List<Widget> Children = new List<Widget>();
|
||||||
|
|||||||
Reference in New Issue
Block a user