[genlist] Fixed reorder bug. Fixed CQ H0100126838.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Sat, 11 Jun 2011 08:05:12 +0000 (17:05 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Sat, 11 Jun 2011 08:05:12 +0000 (17:05 +0900)
src/lib/elm_genlist.c

index 0b8c410..9a0ae05 100644 (file)
@@ -1165,7 +1165,6 @@ _mouse_move(void        *data,
              int it_y = ev->cur.canvas.y - it->wd->reorder_it->dy;
              if (!it->wd->reorder_start_y) it->wd->reorder_start_y = it->block->y + it->y;
 
-             evas_object_resize(it->base.view, it->w, it->h);
              if (it_y < oy) _effect_item_controls(it, it->scrl_x, oy);
              else if (it_y + it->wd->reorder_it->h > oy+oh) _effect_item_controls(it, it->scrl_x, oy + oh - it->wd->reorder_it->h);
              else _effect_item_controls(it, it->scrl_x, it_y);