I had a problem with textblocks in Edje, even when text.max was set to true for both axis, on resize it was being ignored.
>From what I understood, _edje_part_recalc_single in edje_calc.c was the function that dealt with this. The "if" that dealt with TEXTBLOCKS between the lines 541 to 615 had no mention of max_x or max_y. The following patch fixed the issue I was having, but I'm not sure if it's the correct way of implementing the solution. http://pastebin.com/m1f173f3c dresb ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel