Skip to content

Commit 12554c2

Browse files
committedJun 22, 2020
8244818: Java2D Queue Flusher crash while moving application window to external monitor
Reviewed-by: serb, jdv, kcr
1 parent 9a99f51 commit 12554c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/java.desktop/macosx/native/libawt_lwawt/java2d/opengl/CGLSurfaceData.m

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ extern CGLError CGLTexImageIOSurface2D(
9090
CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
9191
#if USE_NSVIEW_FOR_SCRATCH
9292
[ctxinfo->context makeCurrentContext];
93-
[ctxinfo->context setView: ctxinfo->scratchSurface];
9493
#else
9594
[ctxinfo->context clearDrawable];
9695
[ctxinfo->context makeCurrentContext];

0 commit comments

Comments
 (0)
Please sign in to comment.