mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 20:18:34 +02:00
anchordocking: disconnect idle before ending restore
git-svn-id: trunk@33910 -
This commit is contained in:
parent
4e01a5e817
commit
6ac5285035
@ -1558,8 +1558,8 @@ end;
|
||||
procedure TAnchorDockMaster.OnIdle(Sender: TObject; var Done: Boolean);
|
||||
begin
|
||||
if Done then ;
|
||||
Restoring:=false;
|
||||
IdleConnected:=false;
|
||||
Restoring:=false;
|
||||
end;
|
||||
|
||||
procedure TAnchorDockMaster.AsyncSimplify(Data: PtrInt);
|
||||
|
Loading…
Reference in New Issue
Block a user