Evas: Send proper intercept size based on 'is_frame' or not.

SVN revision: 66637
This commit is contained in:
Christopher Michael 2011-12-29 18:02:23 +00:00
parent 8c21aa666d
commit 6dd4ff46ba
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ evas_object_resize(Evas_Object *obj, Evas_Coord w, Evas_Coord h)
if (nh < 0) nh = 0;
}
if (evas_object_intercept_call_resize(obj, w, h)) return;
if (evas_object_intercept_call_resize(obj, nw, nh)) return;
if (obj->doing.in_resize > 0)
{