mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
further work, not sure why these weren't checked in before
This commit is contained in:
@@ -227,7 +227,8 @@ public class PdeEditorFind extends JFrame implements ActionListener {
|
||||
|
||||
editor.textarea.setSelectedText(replaceField.getText());
|
||||
//editor.setSketchModified(true);
|
||||
editor.sketch.setCurrentModified(true);
|
||||
//editor.sketch.setCurrentModified(true);
|
||||
editor.sketch.setModified();
|
||||
|
||||
// don't allow a double replace
|
||||
replaceButton.setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user