I recently upgraded to 4.3, and ever since, my ScrollContainers are giving me this warning:
ScrollContainer is intended to work with a single child control.
Use a container as a child (VBox, HBox, etc.), or a Control and set the custom minimum size manually.
The thing is, all my ScrollContainers do only have a single child control, and their custom minimum sizes are all set manually like it says. Is there something else I might be doing wrong that's causing this warning, and if not is there a way to get it to go away? They also all seem to work as intended, so whatever the issue is, it doesn't seem to be affecting gameplay, at least not in any way I can detect, but I try to be careful with my structures to avoid issues down the line so if there's some subtle issue I'm missing it'd be good to know now.