Parent of TextLabel does not resize when text changes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / layouting / layout-group-data-impl.cpp
index f1d7fea..56e92a3 100644 (file)
@@ -26,7 +26,8 @@ namespace Internal
 
 LayoutGroup::Impl::Impl()
 : mChildren(),
-  mNextLayoutId(1)
+  mNextLayoutId(1),
+  mResizePolicyMapped( false )
 {
 }