Fixed logic that seting orientation status.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Wed, 8 May 2013 06:17:11 +0000 (15:17 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Wed, 8 May 2013 06:17:11 +0000 (15:17 +0900)
Change-Id: Id2e33d53a1b653d747638febeae561621bf07c14

src/ui/controls/FUiCtrl_Indicator.cpp

index 7f5c7be..f935d6c 100644 (file)
@@ -292,13 +292,13 @@ _Indicator::AddIndicatorObject(_Form* pForm)
                rotation = 0;
                break;
        case ORIENTATION_STATUS_LANDSCAPE :
-               rotation = 90;
+               rotation = 270;
                break;
        case ORIENTATION_STATUS_PORTRAIT_REVERSE :
                rotation = 180;
                break;
        case ORIENTATION_STATUS_LANDSCAPE_REVERSE :
-               rotation = 270;
+               rotation = 90;
                break;
        default :
                break;