mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 19:52:26 +02:00
SourceEditor: Fix wrong editor shown when debugger steps-in / ProcessMsg during Tab-Change (related to new SrcEditorInterface)
git-svn-id: trunk@24086 -
This commit is contained in:
parent
7699be6191
commit
b7d83adbf2
@ -3494,6 +3494,7 @@ end;
|
|||||||
procedure TSourceEditor.Activate;
|
procedure TSourceEditor.Activate;
|
||||||
begin
|
begin
|
||||||
if (FSourceNoteBook=nil) then exit;
|
if (FSourceNoteBook=nil) then exit;
|
||||||
|
if FSourceNoteBook.FUpdateLock = 0 then
|
||||||
FSourceNoteBook.SetActiveSE(Self);
|
FSourceNoteBook.SetActiveSE(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user