mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
FIX: Client crash when opening certain model or select certain item in the comparator dropdown menu
Jira: STUDIO-13491 Change-Id: I40e9cb406fa1b26da9a6527ff5b0bc68d9b10a52 (cherry picked from commit 11f520e44b0ee74abef3433d2b8fefcdd326cb26)
This commit is contained in:
@@ -5543,6 +5543,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
||||
this->preview->update_gcode_result(partplate_list.get_current_slice_result());
|
||||
release_PlateData_list(plate_data);
|
||||
sidebar->obj_list()->reload_all_plates();
|
||||
q->suppress_background_process(true);
|
||||
} else {
|
||||
partplate_list.reload_all_objects();
|
||||
}
|
||||
@@ -6305,6 +6306,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
||||
if (msg.ShowModal() == wxID_YES) {}
|
||||
}
|
||||
}
|
||||
q->schedule_background_process(true);
|
||||
return obj_idxs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user