diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-02 05:58:06 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-02 05:58:06 +0000 |
| commit | 9d6851688e018b50e296756beffc9ced97b72df0 (patch) | |
| tree | f7641b10d0d85cd0d02c406d783445ed01c11170 /utils/themeeditor/graphics/rbviewport.cpp | |
| parent | 14caf676424f2c2a5ce44c69d41862660fa71be6 (diff) | |
| download | rockbox-9d6851688e018b50e296756beffc9ced97b72df0.zip rockbox-9d6851688e018b50e296756beffc9ced97b72df0.tar.gz rockbox-9d6851688e018b50e296756beffc9ced97b72df0.tar.bz2 rockbox-9d6851688e018b50e296756beffc9ced97b72df0.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.cpp')
| -rw-r--r-- | utils/themeeditor/graphics/rbviewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.cpp b/utils/themeeditor/graphics/rbviewport.cpp index a2e7bf4..b620e1b 100644 --- a/utils/themeeditor/graphics/rbviewport.cpp +++ b/utils/themeeditor/graphics/rbviewport.cpp @@ -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(); } |