[jfx17u] Integrated: 8274854: Mnemonics for menu containing numeric text not working

2021-11-08 Thread Kevin Rushforth
On Mon, 8 Nov 2021 20:58:45 GMT, Kevin Rushforth wrote: > Clean backport to `jfx17u`. This pull request has now been integrated. Changeset: 3d556ec3 Author:Kevin Rushforth URL: https://git.openjdk.java.net/jfx17u/commit/3d556ec34f715d153f2edb99a9890d0c95fb76b4 Stats: 194 lines i

Integrated: 8274854: Mnemonics for menu containing numeric text not working

2021-11-08 Thread Michael Strauß
On Wed, 20 Oct 2021 16:54:35 GMT, Michael Strauß 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