Victor's <victor.scorpion@gmail.com> patch for
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 8 Aug 2009 01:39:30 +0000 (01:39 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 8 Aug 2009 01:39:30 +0000 (01:39 +0000)
'Shelf content placement on screen resize fix'.

Tested here, no adverse effects.

SVN revision: 41637

src/bin/e_shelf.c

index 628800ee70a11e22839acac7d60baa3f95c685a0..e02bcf50fa5d46bcbf4bee8282503ce642450bcc 100644 (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