On Wed, 8 Nov 2023 18:52:23 GMT, Phil Race <p...@openjdk.org> wrote: >> Kevin Rushforth has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix typo: remove redundant `isEmbedded =` assignement > > modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.m line 543: > >> 541: // Determine if we're running embedded (in AWT, SWT, elsewhere) >> 542: NSApplication *app = [NSApplicationFX sharedApplication]; >> 543: isEmbedded = isEmbedded = ![app isKindOfClass:[NSApplicationFX >> class]]; > > why is there a double assignment here ?
That was a typo. Fixed. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1280#discussion_r1387125250