From: keonpyo.kong Date: Mon, 25 Mar 2013 07:46:38 +0000 (+0900) Subject: Remove Getxmlbounds in PopupImpl::OnBoundsChanged() X-Git-Tag: accepted/tizen_2.1/20130425.033138~738^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edb3343b47cb86d0d13e3b654377e507cd28c55d;hp=dc698af8b575f5fce2f4221bdb5a778f3c6f02f5;p=framework%2Fosp%2Fuifw.git Remove Getxmlbounds in PopupImpl::OnBoundsChanged() Change-Id: I86f64cd9d216a61513c70ff27281769313380d86 Signed-off-by: keonpyo.kong --- diff --git a/src/ui/controls/FUiCtrl_PopupImpl.cpp b/src/ui/controls/FUiCtrl_PopupImpl.cpp index 66ace78..ec24aff 100644 --- a/src/ui/controls/FUiCtrl_PopupImpl.cpp +++ b/src/ui/controls/FUiCtrl_PopupImpl.cpp @@ -378,11 +378,6 @@ _PopupImpl::OnBoundsChanged(void) } } - if(GetXmlBounds(rect)) - { - rect = GetCenterAlignedRect(rect.width, rect.height); - } - _centerAlign = true; result r = SetBounds(rect, true);