On Mon, 7 Dec 2020 05:31:23 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
>> Kevin Rushforth has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Address review comments > > modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java > line 370: > >> 368: @Override native protected boolean _supportsSystemMenu(); >> 369: >> 370: // NOTE: this will not return a valid result unil the native >> _runloop > > typo : unil -> until Thanks for catching this. Fixed. ------------- PR: https://git.openjdk.java.net/jfx/pull/361