Angelo Lambiasi
2002-08-02 13:44:09 UTC
Hi
i find a bug in flnx0-16 about font handling, that cause bad page showing.
In my case i had a multi row text in a table cell, where the rows overwrote
one another.
The fix is to be done in the file fl_font.cxx , function
#ifdef NANO_X
static Fl_FontSize* find(int fnum, int size)
the las row in the function was
return f;
and have to be changed in
return f->next;
Bye
Angelo Lambiasi
_________________________________________________________________
MSN Foto è il sistema più facile per condividere e stampare foto online:
http://photos.msn.it
#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
i find a bug in flnx0-16 about font handling, that cause bad page showing.
In my case i had a multi row text in a table cell, where the rows overwrote
one another.
The fix is to be done in the file fl_font.cxx , function
#ifdef NANO_X
static Fl_FontSize* find(int fnum, int size)
the las row in the function was
return f;
and have to be changed in
return f->next;
Bye
Angelo Lambiasi
_________________________________________________________________
MSN Foto è il sistema più facile per condividere e stampare foto online:
http://photos.msn.it
#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>