Evas: Send proper intercept size based on 'is_frame' or not.
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 29 Dec 2011 18:02:23 +0000 (18:02 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 29 Dec 2011 18:02:23 +0000 (18:02 +0000)
SVN revision: 66637

legacy/evas/src/lib/canvas/evas_object_main.c

index 9e41720..4621430 100644 (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)
      {