Skip to content

Commit aece536

Browse files
authored
Merge pull request #932 from Stefterv/fix-#931
Fix Sketch Window Resizing Issues with Java2D Renderer on Windows
2 parents e318223 + 20d0c25 commit aece536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/awt/PSurfaceAWT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void paint(Graphics screen) {
227227
}
228228

229229

230-
synchronized protected void render() {
230+
protected void render() {
231231
if (canvas.isDisplayable() &&
232232
graphics.image != null) {
233233
if (canvas.getBufferStrategy() == null) {

0 commit comments

Comments
 (0)