mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #932 from Stefterv/fix-#931
Fix Sketch Window Resizing Issues with Java2D Renderer on Windows
This commit is contained in:
@@ -227,7 +227,7 @@ public class PSurfaceAWT extends PSurfaceNone {
|
||||
}
|
||||
|
||||
|
||||
synchronized protected void render() {
|
||||
protected void render() {
|
||||
if (canvas.isDisplayable() &&
|
||||
graphics.image != null) {
|
||||
if (canvas.getBufferStrategy() == null) {
|
||||
|
||||
Reference in New Issue
Block a user