summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/data/customrenderitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/data/customrenderitem.cpp')
-rw-r--r--src/datavisualization/data/customrenderitem.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datavisualization/data/customrenderitem.cpp b/src/datavisualization/data/customrenderitem.cpp
index 555f48b7..64194bac 100644
--- a/src/datavisualization/data/customrenderitem.cpp
+++ b/src/datavisualization/data/customrenderitem.cpp
@@ -23,7 +23,8 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
CustomRenderItem::CustomRenderItem()
: AbstractRenderItem(),
m_texture(0),
- m_absolute(false),
+ m_positionAbsolute(false),
+ m_scalingAbsolute(true),
m_object(0),
m_needBlend(true),
m_visible(true),
@@ -33,6 +34,7 @@ CustomRenderItem::CustomRenderItem()
m_isFacingCamera(false),
m_item(0),
m_renderer(0),
+ m_labelItem(false),
m_textureWidth(0),
m_textureHeight(0),
m_textureDepth(0),