Fixed issue 53911
authorHimanshu <himanshu.t@samsung.com>
Thu, 3 Oct 2013 08:29:21 +0000 (13:59 +0530)
committerHimanshu <himanshu.t@samsung.com>
Thu, 3 Oct 2013 08:29:21 +0000 (13:59 +0530)
Change-Id: I5ec283b8b8a49163c5bcf3c14f3e385735c6b906
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlFileListEditorForm.cpp

index a36e527..459fddb 100644 (file)
@@ -1217,6 +1217,13 @@ FileListEditorForm::OnOrientationChanged(const Tizen::Ui::Control &source, Tizen
                        pEditorPanel->ChangeOrientation();
                }
        }
+
+       if (_pProgressAnim != null)
+       {
+               _pProgressAnim->ChangeOrientation(Form::GetBounds());
+               _pProgressAnim->Invalidate(true);
+       }
+
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }