}
else
{
+ //TIZEN_ONLY(20201022): Group on Top Feature is not tizen UI.
+ /*
if (!it->group)
_elm_gengrid_item_unrealize(it, EINA_FALSE);
else
item->group_realized = EINA_FALSE;
+ */
+ _elm_gengrid_item_unrealize(it, EINA_FALSE);
+ if (it->group)
+ item->group_realized = EINA_FALSE;
+ //
}
}
+//TIZEN_ONLY(20201022): Group on Top Feature is not tizen UI.
+/*
static void
_group_item_place(Elm_Gengrid_Pan_Data *psd)
{
eo_do(WIDGET(it), eo_event_callback_call
(ELM_GENGRID_EVENT_REALIZED, EO_OBJ(it)));
}
- //TIZEN_ONLY(20170131): Group on Top Feature is not tizen UI.
- /*
+
evas_object_move
(VIEW(it), GG_IT(it)->gx,
GG_IT(it)->gy);
- */
- //
evas_object_resize(VIEW(it), iw, ih);
evas_object_raise(VIEW(it));
}
_elm_gengrid_item_unrealize(it, EINA_FALSE);
}
}
+*/
+//
EOLIAN static void
_elm_gengrid_pan_evas_object_smart_calculate(Eo *obj EINA_UNUSED, Elm_Gengrid_Pan_Data *psd)
}
}
}
- _group_item_place(psd);
+//TIZEN_ONLY(20201022): Group on Top Feature is not tizen UI.
+// _group_item_place(psd);
+//
if ((sd->reorder_mode) && (sd->reorder_it))
{