Fix for N_SE-49953
authorvipul <vipul.kumar@samsung.com>
Tue, 27 Aug 2013 09:42:48 +0000 (15:12 +0530)
committervipul <vipul.kumar@samsung.com>
Tue, 27 Aug 2013 09:55:55 +0000 (15:25 +0530)
Signed-off-by: vipul <vipul.kumar@samsung.com>
Change-Id: I1f869cd5bf3ee5f374bd7dc97e918d498f8a7016

src/ui/controls/FUiCtrl_OptionMenuPresenter.cpp

index 4f20eb0..777f743 100755 (executable)
@@ -566,10 +566,9 @@ _OptionMenuPresenter::CalculateRect(void)
 
        bodyRect.y =  screen.height - bodyRect.height;
 
-       windowRect.x = bodyRect.x ;
-       windowRect.y = bodyRect.y;
-       windowRect.width = bodyRect.width ;
-       windowRect.height = bodyRect.height;
+       bodyRect = CoordinateSystem::AlignToDevice(bodyRect);
+
+       windowRect = bodyRect;
 
        bodyRect.x = 0.0f;
        bodyRect.y = 0.0f;