mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix toplevel nomenclature
toplevel was 3.x top_level is 4.x
This commit is contained in:
@@ -692,7 +692,7 @@ Transform2D Control::get_transform() const {
|
||||
return xform;
|
||||
}
|
||||
|
||||
void Control::_toplevel_changed_on_parent() {
|
||||
void Control::_top_level_changed_on_parent() {
|
||||
// Update root control status.
|
||||
_notification(NOTIFICATION_EXIT_CANVAS);
|
||||
_notification(NOTIFICATION_ENTER_CANVAS);
|
||||
|
||||
Reference in New Issue
Block a user