mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 17:44:36 +08:00
Try to handle wxEVT_KEY_DOWN on OSX
This commit is contained in:
parent
5de933b77e
commit
e6fce6e1f6
@ -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…
x
Reference in New Issue
Block a user