mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +02:00
Designer: Comment out an unused private procedure.
This commit is contained in:
parent
1e544fb5b9
commit
90cb99dafd
@ -158,7 +158,7 @@ type
|
||||
function GetShowGrid: boolean;
|
||||
function GetSnapToGrid: boolean;
|
||||
procedure HintTimer(Sender : TObject);
|
||||
procedure InvalidateWithParent(AComponent: TComponent);
|
||||
//procedure InvalidateWithParent(AComponent: TComponent);
|
||||
procedure SetDefaultFormBounds(const AValue: TRect);
|
||||
procedure SetGridColor(const AValue: TColor);
|
||||
procedure SetGridSizeX(const AValue: integer);
|
||||
@ -1926,7 +1926,7 @@ begin
|
||||
inc(Result.Y,ParentForm.Y);
|
||||
end;
|
||||
end;
|
||||
|
||||
{
|
||||
procedure TDesigner.InvalidateWithParent(AComponent: TComponent);
|
||||
begin
|
||||
{$IFDEF VerboseDesigner}
|
||||
@ -1941,7 +1941,7 @@ begin
|
||||
FForm.Invalidate;
|
||||
end;
|
||||
end;
|
||||
|
||||
}
|
||||
procedure TDesigner.SetDefaultFormBounds(const AValue: TRect);
|
||||
begin
|
||||
FDefaultFormBounds:=AValue;
|
||||
|
Loading…
Reference in New Issue
Block a user