You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Replace some bits of code left to work with the new TabContainer
This commit is contained in:
@@ -63,7 +63,7 @@ void ProjectSettingsEditor::queue_save() {
|
||||
}
|
||||
|
||||
void ProjectSettingsEditor::set_plugins_page() {
|
||||
tab_container->set_current_tab(plugin_settings->get_index());
|
||||
tab_container->set_current_tab(tab_container->get_tab_idx_from_control(plugin_settings));
|
||||
}
|
||||
|
||||
void ProjectSettingsEditor::update_plugins() {
|
||||
|
||||
Reference in New Issue
Block a user