restore insanely big tooltip test to its true glory

SVN revision: 69212
This commit is contained in:
Mike Blumenkrantz 2012-03-11 22:41:42 +00:00
parent 0adcfa7c7c
commit 9058797d3d
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ _tt_item_icon3(void *data __UNUSED__,
snprintf(buf, sizeof(buf), "%s/images/insanely_huge_test_image.jpg", elm_app_data_dir_get());
elm_icon_file_set(ic, buf, NULL);
elm_icon_size_get(ic, &w, &h);
elm_icon_resizable_set(ic, 0, 0);
elm_win_screen_size_get(tt, NULL, NULL, &sw, &sh);
if ((w > sw) || (h > sh))
{