Commit 21103a757c13e90d72ea7f67862982c2355d374e
[dali_1.4.10] Merge branch 'devel/master'
Change-Id: Ic91180f8796b82fca6b65e7ded630fab16d8d490
Showing
2 changed files
with
2 additions
and
2 deletions
examples/layouting/animation-example.cpp
| ... | ... | @@ -461,7 +461,7 @@ bool AnimationExample::OnRemoveClicked( Button button ) |
| 461 | 461 | { |
| 462 | 462 | DALI_LOG_INFO( gLayoutFilter, Debug::Verbose, "AnimationExample::OnRemoveClicked\n"); |
| 463 | 463 | |
| 464 | - if ( mAnimationContainer.GetChildCount() > 1 ) | |
| 464 | + if ( mAnimationContainer.GetChildCount() > 0 ) | |
| 465 | 465 | { |
| 466 | 466 | mAnimationContainer.Remove( mAnimationContainer.GetChildAt( mAnimationContainer.GetChildCount() - 1 ) ); |
| 467 | 467 | } | ... | ... |