mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
If a Control has not parent CanvasItem and is set as top_level, then it does not disconnect from the "size_changed" signal when it leaves the Canvas. This patch corrects this.