mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 00:28:59 +08:00
Attempt to fix Ctrl+C from 3D scene on Mac
This commit is contained in:
parent
bbdc6a7881
commit
50516e3b7d
@ -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()))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user