forked from len0rd/rockbox
Theme Editor: Implemented saveGeometry() in RBAlbumArt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27713 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ea1a34f98
commit
265ee156f2
4 changed files with 25 additions and 6 deletions
|
@ -819,7 +819,7 @@ bool ParseTreeNode::execTag(const RBRenderInfo& info, RBViewport* viewport)
|
|||
height = info.device()->data("artheight").toInt();
|
||||
info.screen()->setAlbumArt(new RBAlbumArt(viewport, x, y, maxWidth,
|
||||
maxHeight, width, height,
|
||||
hAlign, vAlign));
|
||||
this, hAlign, vAlign));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue