Render child after reparent. Fixes #161

This commit is contained in:
kusti8 2018-07-07 09:54:58 -04:00
parent 62e4b00d77
commit 77da61bb19

View file

@ -98,7 +98,8 @@ class DesktopComponent {
reparentChild(child) {
// we as the parent add the child to ourself again
child.addParent(this);
//child.addParent(this);
child.render(this);
}
deparentChild(child) {