forked from len0rd/rockbox
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
This commit is contained in:
parent
fa565048f6
commit
5c47872b9c
3 changed files with 5 additions and 4 deletions
|
@ -930,7 +930,8 @@ bool ParseTreeNode::execTag(const RBRenderInfo& info, RBViewport* viewport)
|
|||
int width = element->params[2].data.number;
|
||||
int height = element->params[3].data.number;
|
||||
QString action(element->params[4].data.text);
|
||||
RBTouchArea* temp = new RBTouchArea(width, height, action, info);
|
||||
RBTouchArea* temp = new RBTouchArea(width, height, action, info,
|
||||
viewport);
|
||||
temp->setPos(x, y);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue