mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
get export working again, fix applet html, allow custom applet.html in
sketch
This commit is contained in:
@@ -1233,8 +1233,11 @@ public class PdeEditor extends JFrame
|
||||
public void handleSave() {
|
||||
message("Saving...");
|
||||
try {
|
||||
sketch.save();
|
||||
message("Done Saving.");
|
||||
if (sketch.save()) {
|
||||
message("Done Saving.");
|
||||
} else {
|
||||
message(EMPTY);
|
||||
}
|
||||
// rebuild sketch menu in case a save-as was forced
|
||||
sketchbook.rebuildMenu();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user