Fix the Ime Rotation
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrl_Frame.cpp
index b10d247..d8145e9 100644 (file)
@@ -131,7 +131,10 @@ _Frame::CreateFrameN(void)
        pLayer = static_cast<_EflLayer*>(pRootVE->GetNativeLayer());
        SysAssert(pLayer);
 
-       pLayer->SetOpacity(1);
+       if (!(appType & _APP_TYPE_IME_APP))
+       {
+               pLayer->SetOpacity(1);
+       }
 
        pFrame->AcquireHandle();