Replace some bits of code left to work with the new TabContainer

This commit is contained in:
Michael Alexsander
2022-03-04 19:16:33 -03:00
parent 71835906dd
commit 917dac78e7
5 changed files with 10 additions and 8 deletions

View File

@ -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() {