Merge branch 'devel/master' into tizen accepted/tizen/unified/20190313.075501 submit/tizen/20190312.064145
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 12 Mar 2019 05:30:13 +0000 (14:30 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 12 Mar 2019 05:30:18 +0000 (14:30 +0900)
Change-Id: I3ca0c8bf3e3293c30cc3a73df06fe798ae2bdc65

examples/layouting/animation-example.cpp
packaging/com.samsung.dali-demo.spec

index 3b2c0a9..09fa121 100644 (file)
@@ -461,7 +461,7 @@ bool AnimationExample::OnRemoveClicked( Button button )
 {
   DALI_LOG_INFO( gLayoutFilter, Debug::Verbose, "AnimationExample::OnRemoveClicked\n");
 
-  if ( mAnimationContainer.GetChildCount() > 1 )
+  if ( mAnimationContainer.GetChildCount() > 0 )
   {
     mAnimationContainer.Remove( mAnimationContainer.GetChildAt( mAnimationContainer.GetChildCount() - 1 ) );
   }
index 3fa45a1..682f0ed 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name:       com.samsung.dali-demo
 Summary:    The OpenGLES Canvas Core Demo
-Version:    1.4.8
+Version:    1.4.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0