Fixed QuickPanelFrame Layout issue : FIT_POLICY_PARENT
authorJaeHwan Lee <jael.lee@samsung.com>
Thu, 14 Feb 2013 01:55:53 +0000 (10:55 +0900)
committerJaeHwan Lee <jael.lee@samsung.com>
Thu, 14 Feb 2013 01:55:53 +0000 (10:55 +0900)
Change-Id: I0b676b0e79038890c59a79ac2c454a9d2d6ee24d
Signed-off-by: JaeHwan Lee <jael.lee@samsung.com>
src/FShell_QuickPanelFrameImpl.cpp

index 827fff5..744839a 100644 (file)
@@ -244,6 +244,9 @@ _QuickPanelFrameImpl::OnChangeLayout(_ControlOrientation orientation)
        bool resizable = IsResizable();
        SetResizable(true);
 
+       bool movable = IsMovable();
+       SetMovable(true);
+
        _ControlManager* pControlManager = _ControlManager::GetInstance();
        SysAssert(pControlManager);
        const Dimension& screenSize = pControlManager->GetScreenSize();
@@ -261,6 +264,7 @@ _QuickPanelFrameImpl::OnChangeLayout(_ControlOrientation orientation)
 
        SetSize(size);
        SetResizable(resizable);
+       SetMovable(movable);
 }
 
 _ControlRotation