Revert "Fix for T2042 ctxpopup don’t know its size"

This reverts commit aeeef70cfbc6d589262024105b52ae2c07336ecd.

Ahhh this patch wasn't intended. revert.
This commit is contained in:
ChunEon Park 2015-03-10 16:36:24 +09:00
parent 80f2f61c14
commit fddc22e30a
1 changed files with 0 additions and 2 deletions

View File

@ -670,8 +670,6 @@ _elm_ctxpopup_elm_layout_sizing_eval(Eo *obj, Elm_Ctxpopup_Data *sd)
evas_object_move(wd->resize_obj, rect.x, rect.y);
evas_object_resize(wd->resize_obj, rect.w, rect.h);
evas_object_resize(obj, rect.w, rect.h);
_show_signals_emit(obj, sd->dir);
}