On Tue, 25 Jun 2013 16:49:19 -0300 Junior <[email protected]> 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 > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
