mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 03:15:55 +02:00
dont start drag immediately for TListBox (this is Delphi compatible)
git-svn-id: trunk@13381 -
This commit is contained in:
parent
be47779e65
commit
33a107cabe
@ -40,6 +40,11 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TCustomListBox.BeginAutoDrag;
|
||||
begin
|
||||
BeginDrag(False);
|
||||
end;
|
||||
|
||||
procedure TCustomListBox.Loaded;
|
||||
begin
|
||||
inherited Loaded;
|
||||
|
Loading…
Reference in New Issue
Block a user