Skip to content

Commit

Permalink
Fix the background flashing when closing a window/dialog. (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sasha authored Mar 4, 2025
1 parent 8620e19 commit ea19091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skiko/src/awtMain/objectiveC/macos/MetalRedrawer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ JNIEXPORT void JNICALL Java_org_jetbrains_skiko_redrawer_MetalRedrawer_disposeDe
env->DeleteGlobalRef(device.layer.javaRef);
[[NSNotificationCenter defaultCenter] removeObserver:device.occlusionObserver];
[device.layer removeFromSuperlayer];
[CATransaction flush];
}
}

Expand Down

0 comments on commit ea19091

Please sign in to comment.