Follow-up to af05e5fc2c
-> added missing #else
This commit is contained in:
parent
0889877e26
commit
7aa6c1854f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user