mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 16:40:37 +08:00
FIX: the event should be skipped
jira: [STUDIO-12377] Change-Id: I12a7ed88abb571e3631e2bfd7941205adc09e8cd
This commit is contained in:
parent
21d7e3d4f0
commit
c3af1a86eb
@ -9173,6 +9173,7 @@ void Plater::priv::on_tab_selection_changing(wxBookCtrlEvent &e)
|
||||
const int new_sel = e.GetSelection();
|
||||
sidebar_layout.show = new_sel == MainFrame::tp3DEditor || new_sel == MainFrame::tpPreview;
|
||||
update_sidebar();
|
||||
e.Skip();
|
||||
}
|
||||
|
||||
int Plater::priv::update_print_required_data(Slic3r::DynamicPrintConfig config, Slic3r::Model model, Slic3r::PlateDataPtrs plate_data_list, std::string file_name, std::string file_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user