mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:19:26 +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
|
case APart of
|
||||||
ldhpAll, ldhpCaption:
|
ldhpAll, ldhpCaption:
|
||||||
// mouse down on not buttons => start drag
|
// mouse down on not buttons => start drag
|
||||||
AControl.BeginDrag(True);
|
AControl.BeginDrag(False);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user