We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8756482 commit 6dacb6bCopy full SHA for 6dacb6b
arduino-core/src/processing/app/SketchFile.java
@@ -298,5 +298,6 @@ public void saveAs(File newFile) throws IOException {
298
299
BaseNoGui.saveFile(storage.getText(), newFile);
300
renamedTo(newFile);
301
+ storage.clearModified();
302
}
303
0 commit comments