evas box - fix longstanding bug where min size is miscalculated
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 11 Sep 2017 12:36:47 +0000 (21:36 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 14 Sep 2017 22:35:34 +0000 (07:35 +0900)
commit0f08ee686ecf91d7815f35ddc8481fd7d2936988
treeb382424dbf5c18dbc1d52401ebb92ca89a6864a1
parenta10a1fa641260adbb9571d3899404b4474629b19
evas box - fix longstanding bug where min size is miscalculated

this has affected edje for... like... ever. min size of boxes just
doesnt work. because evas box just doesnt do it right. this has led to
nasty things where edje box is just not usable if you use weight of 0.
btw weight 0 means "stay at min size no matter what even if we expand
the box to be bigger" in edje... which is totally broken and i can't
fix that without potentially breaking even more stuff... but let's
see. i've been using this for several days now and ... i can't find
breakage... so this should fix up SOME issues in edje.

@fix
src/lib/evas/canvas/evas_object_box.c