mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Try to handle wxEVT_KEY_DOWN on OSX
This commit is contained in:
parent
5de933b77e
commit
e6fce6e1f6
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue