mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
fixes for the find bugs, and make filedialog show up in p5 window for
"new"
This commit is contained in:
@@ -760,7 +760,7 @@ public class PdeEditor extends JFrame
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
// TODO find next should only be enabled after a
|
||||
// search has actually taken place
|
||||
find.find();
|
||||
find.find(true);
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
|
||||
Reference in New Issue
Block a user