mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed selection after multiple selected Copy/Paste
This commit is contained in:
parent
b0d4cb6e06
commit
13ee32538a
1 changed files with 3 additions and 0 deletions
|
@ -2849,6 +2849,9 @@ void ObjectList::update_selections_on_canvas()
|
||||||
wxDataViewItemArray sels;
|
wxDataViewItemArray sels;
|
||||||
GetSelections(sels);
|
GetSelections(sels);
|
||||||
|
|
||||||
|
// clear selection before adding new elements
|
||||||
|
selection.clear(); //OR remove_all()?
|
||||||
|
|
||||||
for (auto item : sels)
|
for (auto item : sels)
|
||||||
{
|
{
|
||||||
add_to_selection(item, selection, instance_idx, mode);
|
add_to_selection(item, selection, instance_idx, mode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue