edje - min calc - ix more regressions due to optimizations
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 1 Dec 2019 22:56:15 +0000 (22:56 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 2 Dec 2019 20:56:58 +0000 (05:56 +0900)
commit5ee771a7486aa88acd953410f2f7cc39c3bac6bb
tree60ba9e0438b3cda3301df8478b663db9d2be40a7
parent38d7d5a8a3fed73de30fa3c9ef8828d952dffdbc
edje - min calc - ix more regressions due to optimizations

again 37b55172b0d46d71f772af8fba17e1fb1b7c6c2c broke min size calc.
this time it was for mouse cursors. the entry cursor was 0 sized after
commit 37b55172b0d46d71f772af8fba17e1fb1b7c6c2c. this disables the
"don't cacle if its 0 sized) which isnt a valid thing to skip - you
caqn min size calc a 0x0 edje ... and it should then return a valid
min size given that design/layout.
src/lib/edje/edje_calc.c