Make 'Tiled' actually do a tile :)

SVN revision: 53292
This commit is contained in:
Christopher Michael 2010-10-12 04:34:42 +00:00
parent 1921dd5802
commit 52ebe2e754
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ _custom_resize(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_inf
else if (wd->option == ELM_BG_TILE)
{
x = y = 0;
w = ow;
h = oh;
w = iw;
h = ih;
}
evas_object_image_fill_set(obj, x, y, w, h);
}