With this morning version (10597) TLabel are working as expected but I have
still problem with Canvas.Textout because it ignore
Canvas.TextStyle.Opaquesetting to false.

To reproduce put a bitmap on a TImage and do the following:
Image1.Picture.Bitmap.Canvas.TextStyle.Opaque:=true;
Image1.Picture.Bitmap.Canvas.TextOut(10,10,'opaque');
Image1.Picture.Bitmap.Canvas.TextStyle.Opaque:=false;
Image1.Picture.Bitmap.Canvas.TextOut(10,40,'transparent');

Both text appear on a white background.

Maybe this is related to this IDE problems:
- on "Configure Build Lazarus" each text is on a gray background instead of
white.
- on the property editor  you cannot read a combobox current line when
dropped, the text is white on white instead of white on blue (rest of the
line is blue).

Patrick

Reply via email to