You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using setContent(n) on a ScrollPane you cannot retrieve the n value via getChildren. The n value also has its parent marked as null rather than the ScrollPane(or its canvas).
This breaks scene-graph searches for items by ID/Type.
When using
setContent(n)on aScrollPaneyou cannot retrieve thenvalue viagetChildren. Thenvalue also has its parent marked asnullrather than theScrollPane(or its canvas).This breaks scene-graph searches for items by ID/Type.