Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
JBR-2823 Java2D Queue Flusher crash while moving application window t…
Browse files Browse the repository at this point in the history
…o external monitor
  • Loading branch information
vprovodin committed Oct 26, 2020
1 parent 7c86547 commit 3c46db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/macosx/native/sun/java2d/opengl/CGLSurfaceData.m
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ extern CGLError CGLTexImageIOSurface2D(
CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
#if USE_NSVIEW_FOR_SCRATCH
[ctxinfo->context makeCurrentContext];
[ctxinfo->context setView: ctxinfo->scratchSurface];
#else
[ctxinfo->context clearDrawable];
[ctxinfo->context makeCurrentContext];
Expand Down

0 comments on commit 3c46db4

Please sign in to comment.