mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 10:20:48 +00:00
Fix 1...6 keys to go to a specific frame on Windows
These keys where captured by the zoom command (gui Manager) first. This regression was introduced in 00099390daf9d24cae6910e3c67d43e15b7cc542
This commit is contained in:
parent
31de049a68
commit
6746049e60
@ -329,9 +329,8 @@ bool Entry::onProcessMessage(Message* msg)
|
||||
if (keymsg->isDeadKey()) {
|
||||
selectText(m_caret-1, m_caret);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
return true;
|
||||
}
|
||||
|
||||
executeCmd(cmd, keymsg->unicodeChar(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user