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