mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-16 15:32:09 +00:00
Merge branch 'main' into belt/baseChanges
This commit is contained in:
@@ -1153,6 +1153,7 @@ void ObjectList::update_name_in_list(int obj_idx, int vol_idx) const
|
||||
|
||||
void ObjectList::selection_changed()
|
||||
{
|
||||
if (wxGetApp().is_closing()) return;
|
||||
if (m_prevent_list_events) return;
|
||||
|
||||
fix_multiselection_conflicts();
|
||||
@@ -3456,6 +3457,9 @@ void ObjectList::changed_object(const int obj_idx/* = -1*/) const
|
||||
|
||||
void ObjectList::part_selection_changed()
|
||||
{
|
||||
if (wxGetApp().is_closing())
|
||||
return;
|
||||
|
||||
if (m_extruder_editor) m_extruder_editor->Hide();
|
||||
int obj_idx = -1;
|
||||
int volume_id = -1;
|
||||
@@ -4656,6 +4660,9 @@ int ObjectList::get_selected_layers_range_idx() const
|
||||
|
||||
void ObjectList::update_selections()
|
||||
{
|
||||
if (wxGetApp().is_closing())
|
||||
return;
|
||||
|
||||
const Selection& selection = scene_selection();
|
||||
wxDataViewItemArray sels;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user