mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 07:42:33 +02:00
IDE: clean up
git-svn-id: trunk@42605 -
This commit is contained in:
parent
d132cd455b
commit
69ec5e3d47
@ -236,7 +236,6 @@ var
|
||||
SrcView: TListView;
|
||||
DestPt: TPoint;
|
||||
Ind, DestInd: integer;
|
||||
szTemp: String;
|
||||
Item: TListItem;
|
||||
begin
|
||||
lb := Sender as TListBox;
|
||||
@ -268,6 +267,7 @@ begin
|
||||
Item := SrcView.Items[Ind];
|
||||
SrcView.Items.Delete(Ind); // delete the item that is being dragged
|
||||
// ToDo: insert item into this page in a temporary data
|
||||
if Item=nil then ;
|
||||
end;
|
||||
inc(Ind);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user