[Lazarus] Lazarus 1.1 svn build 41900

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jun 25 22:52:03 CEST 2013


On Tue, 25 Jun 2013 16:49:19 -0300
Junior <lazarus.linux at gmail.com> wrote:

> Bug:
>        if AFont.StrikeTrough then
>          Include(st, fsStrikeOut);
> 
> Solution (lacked the letter "h" in the word StrikeThrough):
>        if AFont.StrikeThrough then
>          Include(st, fsStrikeOut);

It's a bit more complicated.

Fixed.

Mattias


> 
> 
> 
> Em 25-06-2013 14:08, Junior escreveu:
> > does not compile
> >
> > FPC 2.7.1 i386-linux-gtk 2
> >
> > Error:
> > /home/lazarus/components/tachart/tadrawercanvas.pas(314,16) Error: 
> > identifier idents no member "StrikeTrough"
> >
> >
> >
> >
> 
> 
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




More information about the Lazarus mailing list