OSX specific: Fixed shortcut "Cmd+M"

This commit is contained in:
YuSanka 2020-12-08 12:27:15 +01:00
parent 1532e02b74
commit 3134359505

View file

@ -2487,7 +2487,12 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
break;
#if ENABLE_CTRL_M_ON_WINDOWS
#ifdef __APPLE__
case 'm':
case 'M':
#else /* __APPLE__ */
case WXK_CONTROL_M:
#endif /* __APPLE__ */
{
#ifdef _WIN32
if (wxGetApp().app_config->get("use_legacy_3DConnexion") == "1") {