Adapt to new signature of Application.getSkin().
This commit is contained in:
parent
30e218b99e
commit
61b8a4a35a
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ public final class HopExtension {
|
|||
skin = res.getCachedSkin(skinid);
|
||||
|
||||
if (skin == null) {
|
||||
skin = app.getSkin(javaObject, arguments[0].toString(), skinpath);
|
||||
skin = app.getSkin(app.getPrototypeName(javaObject), arguments[0].toString(), skinpath);
|
||||
res.cacheSkin(skinid, skin);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue