mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Attempt to fix Ctrl+C from 3D scene on Mac
This commit is contained in:
parent
bbdc6a7881
commit
50516e3b7d
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue