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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue