mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 10:41:50 +02:00
IDE: AnchorDocking: Revert revision 57947 #12c69fc609, as it breaks docking.
git-svn-id: trunk@58003 -
This commit is contained in:
parent
ed0e36b971
commit
e8f9cb37c0
@ -677,7 +677,6 @@ end;
|
|||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
procedure TCustomForm.Activate;
|
procedure TCustomForm.Activate;
|
||||||
begin
|
begin
|
||||||
SetCaptureControl(nil);
|
|
||||||
if Assigned(FOnActivate) then FOnActivate(Self);
|
if Assigned(FOnActivate) then FOnActivate(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user