You've already forked lazarus-ccr
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:
@@ -114,7 +114,7 @@ begin
|
||||
ACanvas.Control := Editor;
|
||||
end;
|
||||
DC := Message.DC;
|
||||
// if DC = 0 then DC := BeginPaint(Handle, PS);
|
||||
if DC = 0 then DC := BeginPaint(Handle, PS);
|
||||
ACanvas.Handle := DC;
|
||||
try
|
||||
ACanvas.Font := Font;
|
||||
@@ -128,8 +128,8 @@ begin
|
||||
if not (NewStyleControls {and Ctl3D}) and (BorderStyle = bsSingle) then
|
||||
begin
|
||||
Brush.Color := clWindowFrame;
|
||||
FrameRect(R);
|
||||
InflateRect(R, -1, -1);
|
||||
{ FrameRect(R);
|
||||
InflateRect(R, -1, -1);}
|
||||
end;
|
||||
Brush.Color := Color;
|
||||
S := AText;
|
||||
@@ -152,6 +152,7 @@ begin
|
||||
{$IFDEF RX_D4}
|
||||
if SysLocale.MiddleEast then UpdateTextFlags;
|
||||
{$ENDIF}
|
||||
Brush.Style := bsClear;
|
||||
TextRect(R, ALeft, Margins.Y, S);
|
||||
end;
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user