mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Remove obsolete code
This commit is contained in:
@ -125,7 +125,6 @@ type
|
|||||||
function EndEdit: Boolean; override;
|
function EndEdit: Boolean; override;
|
||||||
function PrepareEdit(Tree: TBaseVirtualTree; Node: PVirtualNode; Column: TColumnIndex): Boolean; override;
|
function PrepareEdit(Tree: TBaseVirtualTree; Node: PVirtualNode; Column: TColumnIndex): Boolean; override;
|
||||||
procedure SetBounds(R: TRect); override;
|
procedure SetBounds(R: TRect); override;
|
||||||
procedure PanelResize(Sender: TObject);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Inplace editor with button
|
// Inplace editor with button
|
||||||
@ -916,7 +915,6 @@ begin
|
|||||||
FPanel.Parent := FParentForm;
|
FPanel.Parent := FParentForm;
|
||||||
FPanel.ParentBackground := False;
|
FPanel.ParentBackground := False;
|
||||||
FPanel.Height := 150;
|
FPanel.Height := 150;
|
||||||
FPanel.OnResize := PanelResize;
|
|
||||||
FPanel.OnExit := DoEndEdit;
|
FPanel.OnExit := DoEndEdit;
|
||||||
|
|
||||||
FCheckList := TCheckListBox.Create(FPanel);
|
FCheckList := TCheckListBox.Create(FPanel);
|
||||||
@ -1017,11 +1015,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
procedure TSetEditorLink.PanelResize(Sender: TObject);
|
|
||||||
begin
|
|
||||||
SetBounds(FPanel.ClientRect);
|
|
||||||
end;
|
|
||||||
|
|
||||||
|
|
||||||
{ TInplaceEditorLink }
|
{ TInplaceEditorLink }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user