toolbar: remove useless call to _sizing_eval.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 15 Oct 2015 23:31:00 +0000 (16:31 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 15 Oct 2015 23:38:24 +0000 (16:38 -0700)
commit505f60c4764b3a6f14bd768a813e9ff495cf8502
tree26c0759ff55fa2d668d11842761569879ffd6274
parent33e227d32b662469f685309b0e2e86afc0df72de
toolbar: remove useless call to _sizing_eval.

_sizing_eval is very costly on toolbar as it recalc all edje part and sends
signal to all of them. _item_theme_hook was already calling _sizing_eval
doubling the cost of adding new item.
src/lib/elm_toolbar.c