mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 07:39:18 +01:00
work boogers
This commit is contained in:
@@ -908,6 +908,12 @@ public class PdeEditor extends JPanel {
|
||||
|
||||
if (sketchModified) {
|
||||
status.prompt("Save changes to " + sketchName + "?");
|
||||
//while ((status.mode == PdeEditorStatus.EDIT) ||
|
||||
// (status.mode == PdeEditorStatus.PROMPT)) {
|
||||
//try {
|
||||
//Thread.sleep(10);
|
||||
//} catch (InterruptedException e) { }
|
||||
//}
|
||||
|
||||
} else {
|
||||
checkModified2();
|
||||
|
||||
Reference in New Issue
Block a user