-
Enhancement
-
Resolution: Fixed
-
P3
-
7u6
Some lookup code is executed constantly when applying CSS, where for every node in a scene the StyleManager must first lookup the StylesheetContainer associated with the scene for that node. Instead, the Scene could have a reference to the StylesheetContainer (for example) and then we wouldn't need to do that extra lookup.