elm_index: Skip box auto fill when index size is invalid.
authorWoochan Lee <wc0917.lee@samsung.com>
Mon, 13 Feb 2017 11:21:52 +0000 (20:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 13 Feb 2017 11:21:52 +0000 (20:21 +0900)
commita503296f7308bef909818c39f954ca6860922012
tree6c3297b09941ef34c248211936b514e706bd110e
parent0a2d8d834ab3b7f0a01b4905250087526435bdbe
elm_index: Skip box auto fill when index size is invalid.

Summary:
_index_box_auto_fill will be called when user calling elm_index_level_go(), elm_index_omit_enabled_set().

item size re-calculated and each item style reset even index size is invalid.
It can make performance issue during index creation time.

Test Plan:
elementary_test
index sample

Reviewers: taxi2se, jpeg, cedric

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4653
src/lib/elementary/elm_index.c