fixing some issues with saving files

This commit is contained in:
benfry
2004-06-20 23:52:56 +00:00
parent a1126689a3
commit f1872ecb3f
5 changed files with 21 additions and 6 deletions

View File

@@ -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 + "? ";