On Fri, 18 Jan 2008 18:14:22 -0300 andres <[EMAIL PROTECTED]> babbled:
> El Sunday 13 January 2008 22:45:33 Carsten Haitzler escribió:
> > On Sun, 9 Dec 2007 19:36:03 -0300 andres <[EMAIL PROTECTED]> babbled:
> > > I had a problem with textblocks in Edje, even when text.max was set to
> > > true f
El Sunday 13 January 2008 22:45:33 Carsten Haitzler escribió:
> On Sun, 9 Dec 2007 19:36:03 -0300 andres <[EMAIL PROTECTED]> babbled:
> > 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.
> > ...
> > http://pastebin.com/m1
On Sun, 9 Dec 2007 19:36:03 -0300 andres <[EMAIL PROTECTED]> babbled:
> 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 deal
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 ha