From 30675def598e0033f88b21dd1e7188733de2fefd Mon Sep 17 00:00:00 2001 From: Choi Munseok Date: Thu, 6 Jun 2013 09:30:57 +0900 Subject: [PATCH] Support 4-Direction Rotation on RSA Change-Id: I54763312c2874f28119841746a25b8e754b8ce9f Signed-off-by: Choi Munseok --- src/ui/FUi_ControlImplManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/FUi_ControlImplManager.cpp b/src/ui/FUi_ControlImplManager.cpp index f4a7778..edaa7a8 100644 --- a/src/ui/FUi_ControlImplManager.cpp +++ b/src/ui/FUi_ControlImplManager.cpp @@ -275,7 +275,7 @@ _ControlImplManager::GetOrientationStatus(Orientation mode) const const _ControlRotation screenRotation = pCore->GetScreenRotation(); -#if 0 +#if 1 // RSA : Support 4-Direction Rotation if (mode == ORIENTATION_AUTOMATIC_FOUR_DIRECTION) { -- 2.7.4