[XForms] XForms text rendering bug patch

Angus Leeming angus.leeming at btopenworld.com
Wed May 5 12:03:30 EDT 2004


On Wednesday 05 May 2004 4:50 pm, Jean-Marc Lasgouttes wrote:
> >> Thanks for the patch. I think we are suffering from this bug in
> >> LyX in some circumstances, but we never got to fix it.
>
> Angus> Can you expand further?
>
> I was thinking about bugs like the following:
> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg41904.html

Ouch! Incidentally, how do you remember stuff  like this?

> Angus> I also see that this command is the only place in the
> routine Angus> that mentions clip and which does not qualify it
> with (clip > Angus> 0). In fact, all they are used for elsewhere
> is:
>
> Angus>     if (clip > 0) fl_set_text_clipping();
>
> Angus>     if (clip > 0) fl_unset_text_clipping();
>
> Angus> Conclusion, it's meant and should stay.
>
> The it should probably be "if (clip !=0)" to make things clear.

I'll do that now.
Angus



More information about the Xforms mailing list