diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index cb74cae53..f11f6cc3e 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -128,7 +128,9 @@ public class Base { private Recent recent; - // For opening sketches, save the chooser to remember the current directory + // Used by handleOpen(), this saves the chooser to remember the directory. + // Doesn't appear to be necessary with the AWT native file dialog. + // https://github.com/processing/processing/pull/2366 private JFileChooser openChooser; static protected File sketchbookFolder;