Elm: Fix track_resize_cb to actually resize the popup with the proper

evas_object_resize call.

Not sure if this was a fat-finger c/p issue, or just plain
blindness/stupidity. How this remained in code for so long
without anybody seeing it is beyond me.



SVN revision: 75544
This commit is contained in:
Christopher Michael 2012-08-22 12:37:21 +00:00
parent 5371af96a5
commit f2ff49a5b0
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ _track_resize_cb(void *data,
ELM_SLIDER_DATA_GET(data, sd);
evas_object_geometry_get(obj, NULL, NULL, &w, &h);
evas_object_move(sd->popup, w, h);
evas_object_resize(sd->popup, w, h);
}
static void