-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
8u20
In my app I often temporarily switch out the scene's root node for another before changing to back. I noticed that every time a switch occurs, another "root" styleclass gets added to my node. I think this is a bug ... and well, perhaps in the long run, a memory leak :-)
Workaround: remove "root" style class before doing scene.setRoot(myNode);
Workaround: remove "root" style class before doing scene.setRoot(myNode);