[src/lib/elm_genlist.c] Fix for edit mode.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 28 Sep 2010 05:08:31 +0000 (14:08 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 28 Sep 2010 05:08:31 +0000 (14:08 +0900)
src/lib/elm_genlist.c

index 39d9ea6..f849ac1 100755 (executable)
@@ -2364,10 +2364,12 @@ _item_block_position(Item_Block *itb, int in)
        evas_object_raise(select_all_item->base);
        evas_object_show(select_all_item->base);
    
+   /*
        if(itb->wd->select_all_minh != itb->wd->minh) 
        {
             itb->wd->minh += select_all_item->h;
        }       
+       */
 
        y = select_all_item->h;
    }