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

@ -32,7 +32,7 @@
RBScreen::RBScreen(const RBRenderInfo& info, bool remote,
QGraphicsItem *parent)
:QGraphicsItem(parent), backdrop(0), project(project),
albumArt(0), customUI(0), defaultView(0)
albumArt(0), customUI(0), defaultView(0), ax(false)
{
setAcceptHoverEvents(true);