designer: allow to drop components on several opened designer forms (fixes #0008062)

git-svn-id: trunk@18835 -
This commit is contained in:
paul 2009-02-27 08:21:37 +00:00
parent 2b18e40042
commit f48e79bee7

View File

@ -1441,6 +1441,9 @@ begin
end;
end else begin
// add component mode -> handled in mousemove and mouseup
// but check if we pressed mouse on the form which is not selected
if (ControlSelection.SelectionForm <> Form) then
ControlSelection.AssignPersistent(MouseDownComponent);
end;
end else begin
// not left button