1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Made SBS elements in WPS documents non-interactive, which makes it a little more difficult to crash the editor

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-08-06 05:34:01 +00:00
parent 6063e9138b
commit d505bc0119
3 changed files with 15 additions and 3 deletions

View file

@ -48,8 +48,6 @@ RBViewport::RBViewport(skin_element* node, const RBRenderInfo& info,
leftGraphic(0), centerGraphic(0), rightGraphic(0), scrollTime(0),
node(pNode), doc(info.document())
{
setFlags(ItemIsSelectable | ItemIsMovable | ItemSendsGeometryChanges);
if(!node->tag)
{
/* Default viewport takes up the entire screen */