forked from len0rd/rockbox
Theme Editor: Switched the order of the last two arguments to %Vp in rendering
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27233 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e5327eee0
commit
e763eb73b8
1 changed files with 2 additions and 2 deletions
|
@ -787,8 +787,8 @@ bool ParseTreeNode::execTag(const RBRenderInfo& info, RBViewport* viewport)
|
||||||
case 'p':
|
case 'p':
|
||||||
/* %Vp */
|
/* %Vp */
|
||||||
viewport->showPlaylist(info, element->params[0].data.numeric,
|
viewport->showPlaylist(info, element->params[0].data.numeric,
|
||||||
element->params[1].data.code,
|
element->params[2].data.code,
|
||||||
element->params[2].data.code);
|
element->params[1].data.code);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case 'I':
|
case 'I':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue