Fix Autosize Bug When Ibox is at top or bottom of screen

SVN revision: 19097
This commit is contained in:
Christopher Michael 2005-12-17 22:57:15 +00:00
parent 8566782eef
commit 178e043451
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ _ibox_box_frame_resize(IBox_Box *ibb)
(e_gadman_client_edge_get(ibb->gmc) == E_GADMAN_EDGE_BOTTOM))
{
/* w is the width of the box */
e_gadman_client_resize(ibb->gmc, bw, bh); //ibb->w
e_gadman_client_resize(ibb->gmc, ibb->w, bh);
}
}
}