summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbscreen.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-08-12 23:05:53 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-08-12 23:05:53 +0000
commit1ee2cddf1a64f62a57af6e10a95f0f9642027d7f (patch)
tree52178122b118b0d874acec49c9da1d9675790a81 /utils/themeeditor/graphics/rbscreen.cpp
parent4bca51b5b772171ef39c21b7a5913bf9852d60b1 (diff)
downloadrockbox-1ee2cddf1a64f62a57af6e10a95f0f9642027d7f.tar.gz
rockbox-1ee2cddf1a64f62a57af6e10a95f0f9642027d7f.zip
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
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.cpp')
-rw-r--r--utils/themeeditor/graphics/rbscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.cpp b/utils/themeeditor/graphics/rbscreen.cpp
index 2b63a6bdfe..c66d4f82b2 100644
--- a/utils/themeeditor/graphics/rbscreen.cpp
+++ b/utils/themeeditor/graphics/rbscreen.cpp
@@ -32,7 +32,7 @@
32RBScreen::RBScreen(const RBRenderInfo& info, bool remote, 32RBScreen::RBScreen(const RBRenderInfo& info, bool remote,
33 QGraphicsItem *parent) 33 QGraphicsItem *parent)
34 :QGraphicsItem(parent), backdrop(0), project(project), 34 :QGraphicsItem(parent), backdrop(0), project(project),
35 albumArt(0), customUI(0), defaultView(0) 35 albumArt(0), customUI(0), defaultView(0), ax(false)
36{ 36{
37 37
38 setAcceptHoverEvents(true); 38 setAcceptHoverEvents(true);