1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Renamed toplevel to be top_level

This commit is contained in:
Duroxxigar
2020-10-01 03:17:33 -04:00
parent cbcec0d056
commit b687ace7f9
27 changed files with 110 additions and 110 deletions

View File

@@ -41,7 +41,7 @@ Control *SplitContainer::_getch(int p_idx) const {
if (!c || !c->is_visible_in_tree()) {
continue;
}
if (c->is_set_as_toplevel()) {
if (c->is_set_as_top_level()) {
continue;
}