mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 21:59:18 +02:00
lcl: don't start immediate drag on dock header click
git-svn-id: trunk@20063 -
This commit is contained in:
parent
7761318ad8
commit
ce9041ea17
@ -507,7 +507,7 @@ begin
|
||||
case APart of
|
||||
ldhpAll, ldhpCaption:
|
||||
// mouse down on not buttons => start drag
|
||||
AControl.BeginDrag(True);
|
||||
AControl.BeginDrag(False);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user