forked from len0rd/rockbox
Theme Editor: Implemented Sx tag in renderer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27674 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
436ed78b6f
commit
dad9810fe5
1 changed files with 2 additions and 0 deletions
|
@ -923,6 +923,8 @@ QVariant ParseTreeNode::evalTag(const RBRenderInfo& info, bool conditional,
|
|||
{
|
||||
if(!conditional)
|
||||
{
|
||||
if(QString(element->tag->name) == "Sx")
|
||||
return element->params[0].data.text;
|
||||
return info.device()->data(QString(element->tag->name),
|
||||
element->params_count, element->params);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue