Added Patch from Tobb to remove resizing/moving of the follower while in edit mode

SVN revision: 19052
This commit is contained in:
Christopher Michael 2005-12-15 23:46:01 +00:00
parent dcd8ed84ae
commit 85d72d8549
1 changed files with 0 additions and 4 deletions

View File

@ -1652,11 +1652,7 @@ _ibar_bar_cb_gmc_change(void *data, E_Gadman_Client *gmc, E_Gadman_Change change
edje_object_part_swallow(ibb->bar_object, "items", ibb->box_object);
evas_object_move(ibb->bar_object, ibb->x, ibb->y);
if (ibb->overlay_object)
evas_object_move(ibb->overlay_object, ibb->x, ibb->y);
evas_object_resize(ibb->bar_object, ibb->w, ibb->h);
if (ibb->overlay_object)
evas_object_resize(ibb->overlay_object, ibb->w, ibb->h);
_ibar_bar_follower_reset(ibb);
_ibar_bar_timer_handle(ibb);