fix selection to display right again.

SVN revision: 73803
This commit is contained in:
Carsten Haitzler 2012-07-13 09:20:07 +00:00
parent 89251d17d7
commit 4e2d2fe856
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ _smart_apply(Evas_Object *obj)
oy + ((start_y + sd->scroll) * sd->font.chh));
evas_object_resize(sd->cur.selo_theme,
(sd->grid.w + 1) * sd->font.chw,
(end_y + 1 - start_y + sd->scroll) * sd->font.chh);
(end_y + 1 - start_y) * sd->font.chh);
evas_object_show(sd->cur.selo_theme);
}
else