From: adam.b Date: Thu, 4 Aug 2016 13:45:04 +0000 (+0100) Subject: Batching clean-up X-Git-Tag: dali_1.2.0~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7da3cb30b108447404f7fe088156638d0bf3f1ca;hp=449cde6cfe99f1e9297bec8cdb5cedff37502afb;p=platform%2Fcore%2Fuifw%2Fdali-core.git Batching clean-up Fixed property comment ( missing version number ) Change-Id: I1a29fa8b894f6f5ed55542c9c979a588f603887a --- diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index fda367b..78f19d7 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -308,7 +308,7 @@ public: MINIMUM_SIZE, ///< name "minimumSize", type Vector2 @SINCE_1_0.0 MAXIMUM_SIZE, ///< name "maximumSize", type Vector2 @SINCE_1_0.0 INHERIT_POSITION, ///< name "inheritPosition", type bool @SINCE_1_1.24 - BATCH_PARENT, ///< name "batchParent", type bool + BATCH_PARENT, ///< name "batchParent", type bool @SINCE_1_1.46 }; };