mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix for ignored "save changes" bug, and preparing release 104.
This commit is contained in:
@@ -357,7 +357,7 @@ public class EditorButtons extends JComponent implements MouseInputListener {
|
||||
break;
|
||||
|
||||
case SAVE:
|
||||
editor.handleSave();
|
||||
editor.handleSave(false);
|
||||
break;
|
||||
|
||||
case EXPORT:
|
||||
|
||||
Reference in New Issue
Block a user