mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:59:31 +02:00
IDE: Docked-Designer, fix switching tabs (while editing) in unrelated 2nd window Issue #39417
This commit is contained in:
parent
031101fb29
commit
b6498c7031
@ -186,7 +186,6 @@ begin
|
|||||||
or (SourceWindows.LastActiveSourceWindow = LSourceWindowIntf)
|
or (SourceWindows.LastActiveSourceWindow = LSourceWindowIntf)
|
||||||
then
|
then
|
||||||
Exit;
|
Exit;
|
||||||
LSourceWindowIntf.ActiveEditor := LSourceEditor;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TSourceWindow.Create(ASourceWindowIntf: TSourceEditorWindowInterface);
|
constructor TSourceWindow.Create(ASourceWindowIntf: TSourceEditorWindowInterface);
|
||||||
|
Loading…
Reference in New Issue
Block a user