You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Replace some bits of code left to work with the new TabContainer
This commit is contained in:
@@ -228,7 +228,7 @@ void CustomPropertyEditor::_menu_option(int p_which) {
|
||||
file_system_dock->navigate_to_path(r->get_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_index());
|
||||
tab_container->set_current_tab(tab_container->get_tab_idx_from_control(file_system_dock));
|
||||
} break;
|
||||
default: {
|
||||
if (p_which >= CONVERT_BASE_ID) {
|
||||
|
||||
Reference in New Issue
Block a user