Victor's <victor.scorpion@gmail.com> patch for

'Shelf content placement on screen resize fix'.

Tested here, no adverse effects.



SVN revision: 41637
This commit is contained in:
Christopher Michael 2009-08-08 01:39:30 +00:00
parent 891481fc33
commit 7dc51a07c9
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ e_shelf_move_resize(E_Shelf *es, int x, int y, int w, int h)
es->y = y;
es->w = w;
es->h = h;
e_gadcon_swallowed_min_size_set(es->gadcon, w, h);
if (es->popup)
e_popup_move_resize(es->popup, es->x, es->y, es->w, es->h);
else