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:
parent
8756482910
commit
6dacb6b0bf
@ -298,5 +298,6 @@ public class SketchFile {
|
||||
|
||||
BaseNoGui.saveFile(storage.getText(), newFile);
|
||||
renamedTo(newFile);
|
||||
storage.clearModified();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user