mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 09:18:45 +02:00
IDE: Missed part for revision 64918 #143823e00f: IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
git-svn-id: trunk@64940 -
This commit is contained in:
parent
e89aceb58c
commit
7bfd45feed
@ -8708,7 +8708,8 @@ begin
|
||||
if TabIndex>=0 then
|
||||
begin
|
||||
FNotebook.ActivePageIndex := TabIndex;
|
||||
Manager.ActiveEditor:=GetActiveSE;
|
||||
if Assigned(IDEDockMaster) then
|
||||
Manager.ActiveEditor:=GetActiveSE;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user