sort sketches in their menu, also rebuild sketch menu after save just in

case
This commit is contained in:
benfry
2004-06-21 19:43:20 +00:00
parent c6e93a6606
commit 69948f2090
3 changed files with 33 additions and 11 deletions

View File

@@ -1235,6 +1235,8 @@ public class PdeEditor extends JFrame
try {
sketch.save();
message("Done Saving.");
// rebuild sketch menu in case a save-as was forced
sketchbook.rebuildMenu();
} catch (Exception e) {
// show the error as a message in the window