mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Merge pull request #479 from guilhermesilveira/master
This commit is contained in:
@@ -1625,13 +1625,13 @@ public class Base {
|
||||
nextMode = mode;
|
||||
}
|
||||
*/
|
||||
handleOpenInternal(pdeFile.getAbsolutePath(), false);
|
||||
return handleOpenInternal(pdeFile.getAbsolutePath(), false);
|
||||
|
||||
} catch (IOException e) {
|
||||
Messages.showWarning("sketch.properties",
|
||||
"Error while reading sketch.properties from\n" + parentFolder, e);
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user