mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
sort sketches in their menu, also rebuild sketch menu after save just in
case
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user