summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics')
-rw-r--r--utils/themeeditor/graphics/rbviewport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.cpp b/utils/themeeditor/graphics/rbviewport.cpp
index a2e7bf49d3..b620e1b554 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)
115 115
116 setPos(x, y); 116 setPos(x, y);
117 size = QRectF(0, 0, w, h); 117 size = QRectF(0, 0, w, h);
118 debug = info.device()->data("showviewports").toBool();
119 } 118 }
120 119
120 debug = info.device()->data("showviewports").toBool();
121 lineHeight = font->lineHeight(); 121 lineHeight = font->lineHeight();
122} 122}
123 123