e_border_resize() now updates the popup.

SVN revision: 35986
This commit is contained in:
Gustavo Sverzut Barbieri 2008-09-14 20:31:03 +00:00
parent 5450d03a0b
commit 35b67bef0b
1 changed files with 1 additions and 0 deletions

View File

@ -910,6 +910,7 @@ e_border_resize(E_Border *bd, int w, int h)
bd->y + bd->fx.y + bd->client_inset.t,
bd->client.w,
bd->client.h);
_e_border_resize_update(bd);
ev = calloc(1, sizeof(E_Event_Border_Resize));
ev->border = bd;
e_object_ref(E_OBJECT(bd));