memory leak fixed

This commit is contained in:
Uwe Rathmann 2022-05-30 17:17:47 +02:00
parent 8f19a900e4
commit 6bff4fd91c
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ namespace
Skinlet()
{
setOwnedBySkinnable( true );
setNodeRoles( { ShadowRole, PanelRole } );
}