1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

Clear Modified flag on Save As...

Fixes #5550 (in the proper way this time)
This commit is contained in:
Martino Facchin 2016-12-12 14:14:36 +01:00
parent 8756482910
commit 6dacb6b0bf

View File

@ -298,5 +298,6 @@ public class SketchFile {
BaseNoGui.saveFile(storage.getText(), newFile);
renamedTo(newFile);
storage.clearModified();
}
}