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