rx component: updated to version 1.1.3.86 from http://alexs75.narod.ru/fpc/rxfpc/RxFPC.rar

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vsnijders
2007-08-10 22:15:51 +00:00
parent 3b3bbb969c
commit 38fdedb1cc
51 changed files with 4529 additions and 732 deletions

View File

@@ -360,11 +360,7 @@ var
TmpImage.Width := IWidth;
TmpImage.Height := IHeight;
TmpImage.Canvas.Brush.Color := Self.Brush.Color;
// Changes by MJW. Start ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Replacing BrushCopy() by CopyRect. As BrushCopy is not defined in FPC/Laz
TmpImage.Canvas.CopyRect(IRect, Bmp.Canvas, IRect);
// TmpImage.Canvas.BrushCopy(IRect, Bmp, IRect, Bmp.TransparentColor);
// Changes by MJW. Eind +++++++++++++++++++++++++++++++++++++++++++++++++++++++
X := 0; Y := 0;
case FTextPosition of
tpNone: