libui-node icon indicating copy to clipboard operation
libui-node copied to clipboard

Fix clearing of control parent

Open yaram opened this issue 5 years ago • 0 comments

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.

yaram avatar Jun 16 '19 10:06 yaram