Add Tobb's Ibox Patch: Don't move follower around when moving the ibox in edit mode

SVN revision: 19066
This commit is contained in:
Christopher Michael 2005-12-16 04:34:47 +00:00
parent 72f155c589
commit 36e2bbf4c6
1 changed files with 0 additions and 4 deletions

View File

@ -1135,11 +1135,7 @@ _ibox_box_cb_gmc_change(void *data, E_Gadman_Client *gmc, E_Gadman_Change change
edje_object_part_swallow(ibb->box_object, "items", ibb->item_object);
evas_object_move(ibb->box_object, ibb->x, ibb->y);
if (ibb->overlay_object)
evas_object_move(ibb->overlay_object, ibb->x, ibb->y);
evas_object_resize(ibb->box_object, ibb->w, ibb->h);
if (ibb->overlay_object)
evas_object_resize(ibb->overlay_object, ibb->w, ibb->h);
_ibox_box_follower_reset(ibb);
_ibox_box_timer_handle(ibb);