I accidentally the whole fileman when toolbar was enabled. I am shamefaced.

SVN revision: 74229
This commit is contained in:
Mike Blumenkrantz 2012-07-20 10:16:08 +00:00
parent 2179306800
commit c48e60963a
1 changed files with 2 additions and 0 deletions

View File

@ -1260,6 +1260,8 @@ _e_fwin_toolbar_resize(E_Fwin_Page *page)
return;
}
e_toolbar_move_resize(page->tbar, tx, ty, tw, th);
evas_object_move(page->scrollframe_obj, x, y);
evas_object_resize(page->scrollframe_obj, w, h);
}
/* fwin callbacks */