You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove Node.get_position_in_parent()
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user