diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-08-12 23:05:53 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-12 23:05:53 +0000 |
commit | 1ee2cddf1a64f62a57af6e10a95f0f9642027d7f (patch) | |
tree | 52178122b118b0d874acec49c9da1d9675790a81 /utils/themeeditor/graphics/rbscreen.cpp | |
parent | 4bca51b5b772171ef39c21b7a5913bf9852d60b1 (diff) | |
download | rockbox-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.cpp | 2 |
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 @@ 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); |