Skip to content

Commit 48090f6

Browse files
committed
additional notes
1 parent 879a1c1 commit 48090f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/processing/app/Base.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ public class Base {
128128

129129
private Recent recent;
130130

131-
// For opening sketches, save the chooser to remember the current directory
131+
// Used by handleOpen(), this saves the chooser to remember the directory.
132+
// Doesn't appear to be necessary with the AWT native file dialog.
133+
// https://github.com/processing/processing/pull/2366
132134
private JFileChooser openChooser;
133135

134136
static protected File sketchbookFolder;

0 commit comments

Comments
 (0)