mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:49:19 +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;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TCustomListBox.BeginAutoDrag;
|
||||||
|
begin
|
||||||
|
BeginDrag(False);
|
||||||
|
end;
|
||||||
|
|
||||||
procedure TCustomListBox.Loaded;
|
procedure TCustomListBox.Loaded;
|
||||||
begin
|
begin
|
||||||
inherited Loaded;
|
inherited Loaded;
|
||||||
|
Loading…
Reference in New Issue
Block a user