mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 21:05:31 -07:00
FIX: objectList clone shortcut key issue
jira: new Change-Id: Ia75bf58a7d53f962e1af6c2fd97497270b7eea84
This commit is contained in:
parent
1cfdf4ae5f
commit
83407370eb
3 changed files with 3 additions and 3 deletions
|
|
@ -1480,7 +1480,7 @@ void ObjectList::key_event(wxKeyEvent& event)
|
|||
undo();
|
||||
else if (wxGetKeyState(wxKeyCode('X')) && wxGetKeyState(WXK_CONTROL))
|
||||
cut();
|
||||
else if (wxGetKeyState(wxKeyCode('M')) && wxGetKeyState(WXK_CONTROL))
|
||||
else if (wxGetKeyState(wxKeyCode('K')) && wxGetKeyState(WXK_CONTROL))
|
||||
clone();
|
||||
//else if (event.GetUnicodeKey() == '+')
|
||||
// increase_instances();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue