Attempt to fix Ctrl+C from 3D scene on Mac

This commit is contained in:
Enrico Turri 2019-04-17 09:44:46 +02:00
parent bbdc6a7881
commit 50516e3b7d

View File

@ -794,7 +794,7 @@ bool GLGizmosManager::on_char(wxKeyEvent& evt, GLCanvas3D& canvas)
} }
} }
if (!processed) if (!processed && !evt.HasModifiers())
{ {
if (handle_shortcut(keyCode, canvas.get_selection())) if (handle_shortcut(keyCode, canvas.get_selection()))
{ {