1
0
Fork 0
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:
Robert Bieber 2010-08-12 23:05:53 +00:00
parent 4bca51b5b7
commit 1ee2cddf1a
5 changed files with 27 additions and 4 deletions

View file

@ -665,6 +665,7 @@ bool ParseTreeNode::execTag(const RBRenderInfo& info, RBViewport* viewport)
case 'x':
/* %ax */
info.screen()->RtlMirror();
return true;
case 'L':