I was facing a problem with edje text.
When resizing the canvas to fit exactly the text size, the text simply
disappeared.
The attached diff fixes that issue. But since I'm not used with this code, I
would
like to know if there is no side effect with this change.
Adriano
Index: src/lib/edje_text.c
On Wed, Mar 26, 2008 at 10:17 AM, Santiago Aguiar
<[EMAIL PROTECTED]> wrote:
> I changed the patch to reflect Gustavo's comments.
>
> I left the part table lookup to keep the compile time check (besides
> most embryo wrapper functions do something similar). Would it be ok to
> add a GROUP:"name"
Build log for Enlightenment DR 0.17 on 2008-03-26 07:09:17 -0700
Build logs are available at http://download.enlightenment.org/tests/logs
Packages that failed to build:
ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log
engage http://download.enlightenment.org/tests/logs/engage.l
I changed the patch to reflect Gustavo's comments.
I left the part table lookup to keep the compile time check (besides
most embryo wrapper functions do something similar). Would it be ok to
add a GROUP:"name" construct to edc?
--
Santiago Aguiar
Edantech
? edje_part_swallow.patch
Index: data