mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:39:20 +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 GetShowGrid: boolean;
|
||||||
function GetSnapToGrid: boolean;
|
function GetSnapToGrid: boolean;
|
||||||
procedure HintTimer(Sender : TObject);
|
procedure HintTimer(Sender : TObject);
|
||||||
procedure InvalidateWithParent(AComponent: TComponent);
|
//procedure InvalidateWithParent(AComponent: TComponent);
|
||||||
procedure SetDefaultFormBounds(const AValue: TRect);
|
procedure SetDefaultFormBounds(const AValue: TRect);
|
||||||
procedure SetGridColor(const AValue: TColor);
|
procedure SetGridColor(const AValue: TColor);
|
||||||
procedure SetGridSizeX(const AValue: integer);
|
procedure SetGridSizeX(const AValue: integer);
|
||||||
@ -1926,7 +1926,7 @@ begin
|
|||||||
inc(Result.Y,ParentForm.Y);
|
inc(Result.Y,ParentForm.Y);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
{
|
||||||
procedure TDesigner.InvalidateWithParent(AComponent: TComponent);
|
procedure TDesigner.InvalidateWithParent(AComponent: TComponent);
|
||||||
begin
|
begin
|
||||||
{$IFDEF VerboseDesigner}
|
{$IFDEF VerboseDesigner}
|
||||||
@ -1941,7 +1941,7 @@ begin
|
|||||||
FForm.Invalidate;
|
FForm.Invalidate;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
}
|
||||||
procedure TDesigner.SetDefaultFormBounds(const AValue: TRect);
|
procedure TDesigner.SetDefaultFormBounds(const AValue: TRect);
|
||||||
begin
|
begin
|
||||||
FDefaultFormBounds:=AValue;
|
FDefaultFormBounds:=AValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user