mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:49:19 +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)
|
||||
then
|
||||
Exit;
|
||||
LSourceWindowIntf.ActiveEditor := LSourceEditor;
|
||||
end;
|
||||
|
||||
constructor TSourceWindow.Create(ASourceWindowIntf: TSourceEditorWindowInterface);
|
||||
|
Loading…
Reference in New Issue
Block a user