DALi Version 1.4.14
authoradam.b <adam.b@samsung.com>
Thu, 11 Apr 2019 10:39:59 +0000 (11:39 +0100)
committeradam.b <adam.b@samsung.com>
Thu, 11 Apr 2019 10:39:59 +0000 (11:39 +0100)
Change-Id: I85df9bbef833ff4e7c47126766e3d2f0466b84ac

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

index 3b2c0a906e291aab1d744469ec1143b125498fd8..09fa121e247ac56c3ebdd83c2a669fae4b06ee05 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 4e8529f60eb5ad335cb79c3f7dbc6dce30ca6eef..fec61e2fb18271107600e78978179dc060b7b8b4 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name:       com.samsung.dali-demo
 Summary:    The OpenGLES Canvas Core Demo
-Version:    1.4.5
+Version:    1.4.14
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0