Bug:
      if AFont.StrikeTrough then
        Include(st, fsStrikeOut);

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



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@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to