FIX: objectList clone shortcut key issue

jira: new

Change-Id: Ia75bf58a7d53f962e1af6c2fd97497270b7eea84
This commit is contained in:
liz.li 2023-11-28 14:34:55 +08:00 committed by Lane.Wei
parent 1cfdf4ae5f
commit 83407370eb
3 changed files with 3 additions and 3 deletions

View file

@ -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();