mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
smooth polygons fix, fix url opening, fix history menu
This commit is contained in:
@@ -130,10 +130,11 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
// until it's finished rendering, otherwise the width/height
|
||||
// may not have been properly set.
|
||||
if (drawMode) {
|
||||
//System.out.println("draw mode");
|
||||
while ((applet.frame != 1) && (!applet.finished)) {
|
||||
try {
|
||||
//System.out.println("waiting to complete drawing");
|
||||
Thread.sleep(5);
|
||||
Thread.sleep(100);
|
||||
} catch (InterruptedException e) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user