Setting dialog for 3DConnexion device (CTRL+M) enabled on MAC

This commit is contained in:
enricoturri1966 2020-10-26 11:35:53 +01:00
parent efe157025e
commit a830b7ea83
2 changed files with 2 additions and 2 deletions

View file

@ -2934,7 +2934,7 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
post_event(SimpleEvent(EVT_GLTOOLBAR_COPY));
break;
#ifdef __linux__
#if defined(__linux__) || defined(__APPLE__)
case WXK_CONTROL_M:
{
Mouse3DController& controller = wxGetApp().plater()->get_mouse3d_controller();