Merge pull request #37556 from KoBeWi/kill_get_index

Remove Node.get_position_in_parent()
This commit is contained in:
Rémi Verschelde 2020-04-06 09:44:38 +02:00 committed by GitHub
commit 6b07c72d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 18 additions and 32 deletions

View file

@ -1243,7 +1243,7 @@ void ScriptEditor::_menu_option(int p_option) {
file_system_dock->navigate_to_path(path);
// Ensure that the FileSystem dock is visible.
TabContainer *tab_container = (TabContainer *)file_system_dock->get_parent_control();
tab_container->set_current_tab(file_system_dock->get_position_in_parent());
tab_container->set_current_tab(file_system_dock->get_index());
}
} break;
case CLOSE_DOCS: {