mirror of
https://github.com/processing/processing4.git
synced 2026-05-06 19:06:19 +02:00
fix for ignored "save changes" bug, and preparing release 104.
This commit is contained in:
@@ -416,7 +416,7 @@ public class EditorStatus extends JPanel implements ActionListener {
|
||||
} else if (e.getSource() == yesButton) {
|
||||
// answer was in response to "save changes?"
|
||||
unprompt();
|
||||
editor.handleSave();
|
||||
editor.handleSave(true);
|
||||
editor.checkModified2();
|
||||
|
||||
} else if (e.getSource() == cancelButton) {
|
||||
|
||||
Reference in New Issue
Block a user