mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Fixed a bug with erase of the multiple instance selection in 3D-scene
+ Try to fix accidentally crash on Copy/Paste
This commit is contained in:
@@ -3952,6 +3952,8 @@ void ObjectList::select_items(const wxDataViewItemArray& sels)
|
||||
{
|
||||
m_prevent_list_events = true;
|
||||
|
||||
m_last_selected_item = sels.empty() ? wxDataViewItem(nullptr) : sels.back();
|
||||
|
||||
UnselectAll();
|
||||
SetSelections(sels);
|
||||
part_selection_changed();
|
||||
|
||||
Reference in New Issue
Block a user