From: Choi Munseok Date: Mon, 23 Sep 2013 01:47:28 +0000 (+0900) Subject: Fixed the VE window position X-Git-Tag: accepted/tizen/20131002.165803^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f275abe0fc7295cfc6a33d2df43b807f93afa2d6;p=platform%2Fframework%2Fnative%2Fuifw.git Fixed the VE window position Change-Id: I3ac81da79ab939239363e48352522ab9c145ef06 Signed-off-by: Choi Munseok --- diff --git a/src/ui/FUi_Control.cpp b/src/ui/FUi_Control.cpp index 5c13be9..01ec75a 100644 --- a/src/ui/FUi_Control.cpp +++ b/src/ui/FUi_Control.cpp @@ -3149,7 +3149,10 @@ _Control::SetBoundsFinal(const FloatRectangle& newBounds, bool changeLayoutBaseR pRootWindow = pOwner->GetRootWindow(); if (pRootWindow) { - isAdjustPosition = true; + if (pRootWindow->IsLayoutChangable() == false) + { + isAdjustPosition = true; + } } } }