mirror of https://github.com/aseprite/aseprite.git
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 00099390da
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…
Reference in New Issue