Remove Getxmlbounds in PopupImpl::OnBoundsChanged()
authorkeonpyo.kong <keonpyo.kong@samsung.com>
Mon, 25 Mar 2013 07:46:38 +0000 (16:46 +0900)
committerkeonpyo.kong <keonpyo.kong@samsung.com>
Mon, 25 Mar 2013 07:46:38 +0000 (16:46 +0900)
Change-Id: I86f64cd9d216a61513c70ff27281769313380d86
Signed-off-by: keonpyo.kong <keonpyo.kong@samsung.com>
src/ui/controls/FUiCtrl_PopupImpl.cpp

index 66ace78..ec24aff 100644 (file)
@@ -378,11 +378,6 @@ _PopupImpl::OnBoundsChanged(void)
                }
        }
 
-       if(GetXmlBounds(rect))
-       {
-               rect = GetCenterAlignedRect(rect.width, rect.height);
-       }
-
        _centerAlign = true;
 
        result r = SetBounds(rect, true);