From 6dfe6d33f0be7bc2cccdb1d2fc22ad441cc4fa5c Mon Sep 17 00:00:00 2001 From: DongJinJeon Date: Thu, 4 Apr 2013 13:56:52 +0900 Subject: [PATCH] fixed prevent issue - 48463 Change-Id: I9ca6cde9abd97b1f8a514cbdbd6659e287e65832 Signed-off-by: DongJinJeon --- src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp b/src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp index fbf197f..d2bcd49 100755 --- a/src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp +++ b/src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp @@ -362,9 +362,9 @@ _ProgressPopupPresenter::SetProcessAnimation(void) if (__pAnimationFrameList) { __pAnimation->SetAnimationFrames(*__pAnimationFrameList); + __pAnimation->SetImageCount(__pAnimationFrameList->GetCount()); } - __pAnimation->SetImageCount(__pAnimationFrameList->GetCount()); __pAnimation->SetRepeatCount(ANIMATION_REPEAT_COUNT); __pAnimation->AddAnimationEventListener(*this); -- 2.7.4