mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
Render child after reparent. Fixes #161
This commit is contained in:
parent
62e4b00d77
commit
77da61bb19
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue