mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
returns whether a file was opened
Fixes #477 when a file is opened through the command line.
This commit is contained in:
@@ -1625,7 +1625,7 @@ public class Base {
|
||||
nextMode = mode;
|
||||
}
|
||||
*/
|
||||
handleOpenInternal(pdeFile.getAbsolutePath(), false);
|
||||
return handleOpenInternal(pdeFile.getAbsolutePath(), false);
|
||||
|
||||
} catch (IOException e) {
|
||||
Messages.showWarning("sketch.properties",
|
||||
|
||||
Reference in New Issue
Block a user