Fixed build error.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Fri, 12 Apr 2013 02:43:27 +0000 (11:43 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Fri, 12 Apr 2013 02:43:27 +0000 (11:43 +0900)
Change-Id: Ib63f4d15706ff27e1f35b75f958da85f221786d9

src/ui/controls/FUiCtrl_ProgressPopup.cpp

index 36b6f45..eb6e285 100755 (executable)
@@ -122,10 +122,10 @@ _ProgressPopup::CreateProgressPopupN(void)
        result r = pProgressPopup->CreateRootVisualElement();
        SysTryCatch(NID_UI_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
 
-       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 0, portBounds);
-       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 180, portBounds);
-       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 90, landBounds);
-       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 270, landBounds);
+       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 0, portBoundsF);
+       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 180, portBoundsF);
+       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 90, landBoundsF);
+       pEcoreEvas->SetWindowRotationBounds(*pProgressPopup, 270, landBoundsF);
 
        // for taking touch event
        pProgressPopup->AcquireHandle();