Icon: no more reimplement sizing_eval
authorDave Andreoli <dave@gurumeditation.it>
Sun, 25 Jan 2015 14:39:43 +0000 (15:39 +0100)
committerDave Andreoli <dave@gurumeditation.it>
Sun, 25 Jan 2015 14:39:43 +0000 (15:39 +0100)
commit5ebcfb6b56b4a5aa737bbddd0d1dc3a7a0c8bc79
treeba432a6ff8f9710bd02d01f414827ccf492f98de
parentd4cf8e4fcb84736d11686f29abce87fd1c96188a
Icon: no more reimplement sizing_eval

The code there was trying to reload the icon to have an
image that should match the requested size, this was totally
wrong, the calculation was always resulting in an image bigger
than the needed.

It was also useless as this logic is yet handled in the resize
callback.
src/lib/elm_icon.c
src/lib/elm_icon.eo