mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +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()) {
|
if (keymsg->isDeadKey()) {
|
||||||
selectText(m_caret-1, m_caret);
|
selectText(m_caret-1, m_caret);
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
break;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
executeCmd(cmd, keymsg->unicodeChar(),
|
executeCmd(cmd, keymsg->unicodeChar(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user