[Tizen] Store LayoutItem target size when set explictly
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / layouting / layout-item-data-impl.cpp
index c97a8df..c254124 100644 (file)
@@ -37,6 +37,8 @@ LayoutItem::Impl::Impl()
   mMinimumSize(),
   mMeasuredWidth(0),
   mMeasuredHeight(0),
+  mTargetWidth(0),
+  mTargetHeight(0),
   mLeft( 0 ),
   mRight( 0 ),
   mTop( 0 ),