Fix to Primitive Base to ensure the control is redrawn when it's enabled, resolves #116
parent
cc7c66f9f5
commit
49806ebb44
|
@ -212,6 +212,12 @@ namespace UnityEngine.UI.Extensions
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region onEnable
|
||||||
|
protected override void OnEnable()
|
||||||
|
{
|
||||||
|
SetAllDirty();
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue