* Fix little bug in resolvePath().
This commit is contained in:
parent
f0bb5c322d
commit
6deb0a2a9a
1 changed files with 3 additions and 1 deletions
|
@ -877,8 +877,10 @@ public final class Skin {
|
|||
} else if (!reval.scriptingEngine.isTypedObject(handler)) {
|
||||
handler = reval.scriptingEngine.getProperty(handler, path[i]);
|
||||
if (handler == null) {
|
||||
break;
|
||||
return null;
|
||||
}
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
return handler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue