mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-11 02:19:09 +08:00
Fixed selection after adding a modifier by loading it from file
This commit is contained in:
parent
dd7eb0b186
commit
f4910cafed
@ -1667,6 +1667,10 @@ void ObjectList::load_subobject(ModelVolumeType type)
|
||||
|
||||
if (sel_item)
|
||||
select_item(sel_item);
|
||||
|
||||
#ifndef __WXOSX__ //#ifdef __WXMSW__ // #ys_FIXME
|
||||
selection_changed();
|
||||
#endif //no __WXOSX__ //__WXMSW__
|
||||
}
|
||||
|
||||
void ObjectList::load_part( ModelObject* model_object,
|
||||
|
Loading…
x
Reference in New Issue
Block a user