forked from len0rd/rockbox
Theme Editor: Fixed random outlining in default viewport, working on getting the viewer to refresh on re-render
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
14caf67642
commit
9d6851688e
2 changed files with 9 additions and 2 deletions
|
@ -115,9 +115,9 @@ RBViewport::RBViewport(skin_element* node, const RBRenderInfo& info)
|
|||
|
||||
setPos(x, y);
|
||||
size = QRectF(0, 0, w, h);
|
||||
debug = info.device()->data("showviewports").toBool();
|
||||
}
|
||||
|
||||
debug = info.device()->data("showviewports").toBool();
|
||||
lineHeight = font->lineHeight();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue