On Mon, 13 Apr 2026 16:04:41 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.graphics/src/test/java/test/com/sun/javafx/pgstub/StubToolkit.java >> line 784: >> >>> 782: } >>> 783: >>> 784: private KeyCode platformShortcutKey = null; >> >> This can be overridden by tests (`KeyCombinationTest`), otherwise the >> default is used that was previously already done in `KeyBinding` and >> `KeyModifier`. > > very minor: `= null` is unnecessary. Ah yes, I changed this to make clear that it can be overridden, but indeed unnecessary (it was not that clear before). Will remove. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2146#discussion_r3074631714
