We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f2e87 commit cad74c5Copy full SHA for cad74c5
app/src/processing/app/Editor.java
@@ -1697,6 +1697,7 @@ public void undoableEditHappened(UndoableEditEvent e) {
1697
1698
} else if (undo != null) {
1699
undo.addEdit(new CaretAwareUndoableEdit(e.getEdit(), textarea));
1700
+ sketch.setModified(true);
1701
undoAction.updateUndoState();
1702
redoAction.updateRedoState();
1703
}
0 commit comments