1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Don't find on Cmd+E, just set find text (Mac OS X).

This commit is contained in:
David A. Mellis 2015-05-24 14:59:01 -04:00
parent 45b61ef02b
commit de671f7e38

View File

@ -1484,7 +1484,6 @@ public class Editor extends JFrame implements RunnerListener {
find = new FindReplace(Editor.this);
}
find.setFindText(getSelectedText());
find.findNext();
}
});
menu.add(item);