mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
get/got "save as" working
This commit is contained in:
@@ -408,7 +408,7 @@ public class PdeEditorStatus extends JPanel implements ActionListener {
|
||||
} else if (e.getSource() == yesButton) {
|
||||
// answer was in response to "save changes?"
|
||||
unprompt();
|
||||
editor.handleSave2();
|
||||
editor.handleSave();
|
||||
editor.checkModified2();
|
||||
|
||||
} else if (e.getSource() == cancelButton) {
|
||||
|
||||
Reference in New Issue
Block a user