mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Try to handle wxEVT_KEY_DOWN on OSX
This commit is contained in:
@@ -287,7 +287,7 @@ wxBoxSizer* create_objects_list(wxWindow *win)
|
||||
|
||||
m_objects_ctrl->Bind(
|
||||
#ifdef __WXOSX__
|
||||
wxEVT_CHAR_HOOK,
|
||||
wxEVT_KEY_DOWN,
|
||||
#else
|
||||
wxEVT_CHAR,
|
||||
#endif //__WXOSX__
|
||||
|
||||
Reference in New Issue
Block a user