refresh gadget parts properly (re: pager -> edit mode, then add desktop)

SVN revision: 13361
This commit is contained in:
handyande 2005-02-14 11:59:42 +00:00 committed by handyande
parent d9aa5194e4
commit 9b1ae3c05f
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ e_gadman_client_resize(E_Gadman_Client *gmc, Evas_Coord w, Evas_Coord h)
if (gmc->h > gmc->zone->h) gmc->h = gmc->zone->h;
gmc->y = gmc->zone->y + ((gmc->zone->h - gmc->h) * gmc->ay);
_e_gadman_client_callback_call(gmc, E_GADMAN_CHANGE_MOVE_RESIZE);
_e_gadman_client_geometry_apply(gmc);
}
void