IDE: Docked-Designer, fix switching tabs (while editing) in unrelated 2nd window Issue #39417

This commit is contained in:
Martin 2025-01-13 12:49:38 +01:00
parent 031101fb29
commit b6498c7031

View File

@ -186,7 +186,6 @@ begin
or (SourceWindows.LastActiveSourceWindow = LSourceWindowIntf)
then
Exit;
LSourceWindowIntf.ActiveEditor := LSourceEditor;
end;
constructor TSourceWindow.Create(ASourceWindowIntf: TSourceEditorWindowInterface);