diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp index b5615f6f1..dc3909351 100644 --- a/src/slic3r/GUI/GUI_ObjectList.cpp +++ b/src/slic3r/GUI/GUI_ObjectList.cpp @@ -88,7 +88,7 @@ ObjectList::ObjectList(wxWindow* parent) : // before the kill focus event handler on the object manipulator when changing selection in the list, invalidating the object // manipulator cache with the following call to selection_changed() wxGetApp().obj_manipul()->emulate_kill_focus(); - +#else // To avoid selection update from SetSelection() and UnselectAll() under osx if (m_prevent_list_events) return;