Added Script file chooser. Fixed the issue that background image setting not working
This commit is contained in:
@@ -208,6 +208,7 @@ public class PFile {
|
||||
a = -1;
|
||||
if (b < 0)
|
||||
b = fileName.length();
|
||||
// FIXME: 2017/4/3 StringOutOfBoundsException
|
||||
fileName = fileName.substring(a + 1, b);
|
||||
return fileName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user