mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 02:19:39 +02:00
designer: allow to drop components on several opened designer forms (fixes #0008062)
git-svn-id: trunk@18835 -
This commit is contained in:
parent
2b18e40042
commit
f48e79bee7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user