summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbtoucharea.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2011-03-20 04:20:13 +0000
committerRobert Bieber <robby@bieberphoto.com>2011-03-20 04:20:13 +0000
commit5c47872b9c91d28268ccd27c2890a5642550ad4d (patch)
tree20c7fcfbadd601de288c5485c6b7e9417a2df4e9 /utils/themeeditor/graphics/rbtoucharea.cpp
parentfa565048f6b6d1928a216246619ad52b607ac7c2 (diff)
downloadrockbox-5c47872b9c91d28268ccd27c2890a5642550ad4d.zip
rockbox-5c47872b9c91d28268ccd27c2890a5642550ad4d.tar.gz
rockbox-5c47872b9c91d28268ccd27c2890a5642550ad4d.tar.bz2
rockbox-5c47872b9c91d28268ccd27c2890a5642550ad4d.tar.xz
Theme Editor: Made touch area position relative to enclosing viewports
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29618 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbtoucharea.cpp')
-rw-r--r--utils/themeeditor/graphics/rbtoucharea.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbtoucharea.cpp b/utils/themeeditor/graphics/rbtoucharea.cpp
index e41129a..eee858e 100644
--- a/utils/themeeditor/graphics/rbtoucharea.cpp
+++ b/utils/themeeditor/graphics/rbtoucharea.cpp
@@ -28,8 +28,8 @@
#include <QGraphicsSceneMouseEvent>
RBTouchArea::RBTouchArea(int width, int height, QString action,
- const RBRenderInfo& info)
- : QGraphicsItem(info.screen()),
+ const RBRenderInfo& info, QGraphicsItem* parent)
+ : QGraphicsItem(parent),
size(QRectF(0, 0, width, height)), action(action),
device(info.device())
{