fix a regression that select default page not working

fixes #5309
This commit is contained in:
SoftFever 2024-05-19 23:05:13 +08:00
parent 6369772510
commit ac423ce162

View file

@ -1268,7 +1268,7 @@ void Sidebar::update_all_preset_comboboxes()
// Orca:: show device tab based on vendor type
p_mainframe->show_device(use_bbl_network);
p_mainframe->select_tab(MainFrame::tp3DEditor);
p_mainframe->m_tabpanel->SetSelection(p_mainframe->m_tabpanel->GetSelection());
}
void Sidebar::update_presets(Preset::Type preset_type)