Bug Fixed N_SE-32331
authorDongJinJeon <dongjin2193.jeon@samsung.com>
Thu, 11 Apr 2013 04:08:35 +0000 (13:08 +0900)
committerDongJinJeon <dongjin2193.jeon@samsung.com>
Thu, 11 Apr 2013 04:08:35 +0000 (13:08 +0900)
Change-Id: Ibb58cd77c237b18c83f3262f799ee390f83b9c48
Signed-off-by: DongJinJeon <dongjin2193.jeon@samsung.com>
src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp

index 2d84b8a..a37ca71 100755 (executable)
@@ -650,7 +650,10 @@ _ProgressPopupPresenter::OnChangeLayout(_ControlOrientation orientation)
 
        if (__pProgressPopup->HasTitle() || __pProgressPopup->HasText() || __pProgressPopup->HasButton())
        {
-               __pAnimation->SetBounds(FloatRectangle(animationBounds.x, animationBounds.y, animationBounds.width, animationBounds.height));
+               if (__pAnimation != null)
+               {
+                       __pAnimation->SetBounds(FloatRectangle(animationBounds.x, animationBounds.y, animationBounds.width, animationBounds.height));
+               }
        }
 
        if (__pProgressPopup->HasTitle())