8244818: Java2D Queue Flusher crash while moving application window to external monitor
Reviewed-by: serb, jdv, kcr
This commit is contained in:
parent
9a99f511aa
commit
12554c2c03
@ -90,7 +90,6 @@ JNF_COCOA_ENTER(env);
|
||||
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];
|
||||
|
Loading…
Reference in New Issue
Block a user