mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
fixing some issues with saving files
This commit is contained in:
@@ -1126,7 +1126,10 @@ public class PdeEditor extends JFrame
|
||||
|
||||
//if (!sketch.isModified()) {
|
||||
//if (sketch.modified) checkModified2();
|
||||
if (!sketch.modified) checkModified2();
|
||||
if (!sketch.modified) {
|
||||
checkModified2();
|
||||
return;
|
||||
}
|
||||
|
||||
String prompt = "Save changes to " + sketch.name + "? ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user