Skip to content

Commit

Permalink
fix a regression that select default page not working
Browse files Browse the repository at this point in the history
fixes #5309
  • Loading branch information
SoftFever committed May 19, 2024
1 parent 6369772 commit ac423ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac423ce

Please sign in to comment.