libui-node
libui-node copied to clipboard
Fix clearing of control parent
Currently you cannot clear a UiControl
's parent by setting it to null, even though the documentation states that you can.
This PR fixes that issue, by making the parent
parameter of setParent
nullable.