On Thu, 14 Oct 2021 17:14:11 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> Florian Kirmaier has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   JDK-8273485
>>   Added check for null when calling initScreens
>
> modules/javafx.graphics/src/main/native-glass/mac/GlassViewDelegate.m line 
> 1349:
> 
>> 1347:             [self->nativeFullScreenModeWindow 
>> performSelector:@selector(toggleFullScreen:) withObject:nil];
>> 1348:             // wait until the operation is complete
>> 1349:             [GlassApplication enterFullScreenExitingLoop];
> 
> You will need to restore the call to `toggleFullScreen` in order to support 
> exiting from full-screen.

This was further discussed in the discussion below. So this is no longer up to 
date and therefore resolved.

-------------

PR: https://git.openjdk.java.net/jfx/pull/622

Reply via email to