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:
David Capello 2016-11-18 13:47:02 -03:00
parent 31de049a68
commit 6746049e60

View File

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