dont start drag immediately for TListBox (this is Delphi compatible)

git-svn-id: trunk@13381 -
This commit is contained in:
paul 2007-12-19 04:02:20 +00:00
parent be47779e65
commit 33a107cabe

View File

@ -40,6 +40,11 @@ begin
end; end;
end; end;
procedure TCustomListBox.BeginAutoDrag;
begin
BeginDrag(False);
end;
procedure TCustomListBox.Loaded; procedure TCustomListBox.Loaded;
begin begin
inherited Loaded; inherited Loaded;