On Wed, 20 Oct 2021 16:54:35 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> This PR fixes an issue with mnemonic parsing by removing the restriction that > a mnemonic symbol must be a letter. Now, it can be any character except > whitespace. This pull request has now been integrated. Changeset: 6749ab60 Author: Michael Strauß <mstra...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/6749ab60b7673a0838d55fbd09cabf4232d5da60 Stats: 194 lines in 3 files changed: 162 ins; 22 del; 10 mod 8274854: Mnemonics for menu containing numeric text not working Reviewed-by: aghaisas, kcr ------------- PR: https://git.openjdk.java.net/jfx/pull/647