qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

Cleanup of scene graph nodes after leaving the scene

Open uwerat opened this issue 6 years ago • 0 comments

When a QQuickItem is removed from the scene ( window ) nobody takes care of its scene graph nodes and they usually end up as memory leaks.

A workaround ( used in QskInputContext ) is to set the item to invisible as in this case the CleanupOnVisibility feature does the job.

uwerat avatar Apr 11 '18 15:04 uwerat