mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 13:00:17 +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,7 +3494,8 @@ end;
|
||||
procedure TSourceEditor.Activate;
|
||||
begin
|
||||
if (FSourceNoteBook=nil) then exit;
|
||||
FSourceNoteBook.SetActiveSE(Self);
|
||||
if FSourceNoteBook.FUpdateLock = 0 then
|
||||
FSourceNoteBook.SetActiveSE(Self);
|
||||
end;
|
||||
|
||||
function TSourceEditor.PageIndex: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user