Skip to content

Commit de671f7

Browse files
committed
Don't find on Cmd+E, just set find text (Mac OS X).
1 parent 45b61ef commit de671f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/processing/app/Editor.java

-1
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,6 @@ public void actionPerformed(ActionEvent e) {
14841484
find = new FindReplace(Editor.this);
14851485
}
14861486
find.setFindText(getSelectedText());
1487-
find.findNext();
14881487
}
14891488
});
14901489
menu.add(item);

0 commit comments

Comments
 (0)