lcl: don't start immediate drag on dock header click

git-svn-id: trunk@20063 -
This commit is contained in:
paul 2009-05-20 03:47:00 +00:00
parent 7761318ad8
commit ce9041ea17

View File

@ -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;