forked from len0rd/rockbox
Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27795 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4bca51b5b7
commit
1ee2cddf1a
5 changed files with 27 additions and 4 deletions
|
@ -665,6 +665,7 @@ bool ParseTreeNode::execTag(const RBRenderInfo& info, RBViewport* viewport)
|
|||
|
||||
case 'x':
|
||||
/* %ax */
|
||||
info.screen()->RtlMirror();
|
||||
return true;
|
||||
|
||||
case 'L':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue