Follow-up to af05e5fc2c -> added missing #else

This commit is contained in:
Enrico Turri 2019-04-09 15:43:16 +02:00
parent 0889877e26
commit 7aa6c1854f

View File

@ -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;