mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:00:34 +02:00
dockmanager example: try floating into new floating site (forced)
git-svn-id: trunk@22543 -
This commit is contained in:
parent
820b0bf38d
commit
6b0be3249d
@ -82,8 +82,9 @@ When a second control is dragged away, the entire site is moved.
|
||||
*)
|
||||
if DockClientCount <= 1 then begin
|
||||
if NewTarget = nil then begin
|
||||
Allow := False; //deny
|
||||
//Allow := True; //move form - where???
|
||||
//Allow := False; //deny
|
||||
Allow := True; //move form - where???
|
||||
Release;
|
||||
end else
|
||||
Release;
|
||||
end else begin
|
||||
|
Loading…
Reference in New Issue
Block a user