mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fixes for the find bugs, and make filedialog show up in p5 window for
"new"
This commit is contained in:
@@ -114,7 +114,7 @@ public class PdeSketchbook {
|
||||
if (!startup) {
|
||||
// prompt for the filename and location for the new sketch
|
||||
|
||||
FileDialog fd = new FileDialog(new Frame(),
|
||||
FileDialog fd = new FileDialog(editor, //new Frame(),
|
||||
//"Create new sketch named",
|
||||
"Create sketch folder named:",
|
||||
FileDialog.SAVE);
|
||||
|
||||
Reference in New Issue
Block a user