mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
LCL: disable autosize during ManualDock
git-svn-id: trunk@24755 -
This commit is contained in:
parent
fbf0c73cf8
commit
6e8382eca2
@ -4025,6 +4025,7 @@ var
|
||||
DockObject: TDragDockObject;
|
||||
NewPosition: TPoint;
|
||||
begin
|
||||
DropControl.DisableAutoSizing;
|
||||
if (NewDockSite=nil) then begin
|
||||
// undock / float this control
|
||||
// float the control at the same screen position
|
||||
@ -4078,6 +4079,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
DropControl.EnableAutoSizing;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user