mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 05:40:38 +01:00
LCL: removed wrong TCustomPage.AdjustClientRect, bug #15205
git-svn-id: trunk@24262 -
This commit is contained in:
parent
0e648dd6d1
commit
ed6915b885
@ -74,7 +74,6 @@ type
|
||||
procedure RealSetText(const AValue: TCaption); override;
|
||||
public
|
||||
constructor Create(TheOwner: TComponent); override;
|
||||
procedure AdjustClientRect(var ARect: TRect); override;
|
||||
function CanTab: boolean; override;
|
||||
function AutoSizeDelayed: boolean; override;
|
||||
function IsControlVisible: Boolean; override;
|
||||
|
||||
@ -149,15 +149,6 @@ begin
|
||||
' Message.Result=',Message.Result);}
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
TCustomPage AdjustClientRect
|
||||
Params: Rect
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TCustomPage.AdjustClientRect(var ARect: TRect);
|
||||
begin
|
||||
ARect:=GetClientRect;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
function TCustomPage.PageIndex: integer;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user