Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
0a8379d9f01118d7ff0121e6ecbbc0307e1e7f63
Description
When creating a new item dynamically with createComponent, a common msitake is to forget to assign the item a parent in the same graphics scene. The function in question should require a parent (which could be null) in this situation to help people catch this mistake more easily.