Add void _Control::UpdateClientBounds() API
authorjaewon7.cho <jaewon7.cho@samsung.com>
Tue, 19 Mar 2013 10:07:02 +0000 (19:07 +0900)
committerjaewon7.cho <jaewon7.cho@samsung.com>
Tue, 19 Mar 2013 10:07:02 +0000 (19:07 +0900)
Change-Id: I21286e42b4cb95069adaabac0d30f67cfb843e25
Signed-off-by: jaewon7.cho <jaewon7.cho@samsung.com>
src/ui/FUi_Control.cpp

index 9e62ed2..9ab4391 100755 (executable)
@@ -413,6 +413,7 @@ public:
 
        FloatRectangle GetItemClientBoundsFromSize(const FloatDimension& size) const
        {
+               __pControl->UpdateClientBounds(size);
                return __pControl->GetClientBoundsF(size);
        }