mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
IDE: let view units behaves same as when unit is activated from windows main ide menu.
git-svn-id: trunk@35580 -
This commit is contained in:
parent
409ca1a915
commit
a9cbd3a292
@ -9940,9 +9940,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end; { for }
|
end; { for }
|
||||||
if (AnUnitInfo <> nil) and (not OnlyForms) then
|
if (AnUnitInfo <> nil) and (not OnlyForms) then
|
||||||
begin
|
SourceEditorManager.ShowActiveWindowOnTop(True);
|
||||||
SourceEditorManager.ShowActiveWindowOnTop(False);
|
|
||||||
end;
|
|
||||||
end; { if ShowViewUnitDlg... }
|
end; { if ShowViewUnitDlg... }
|
||||||
finally
|
finally
|
||||||
for i := 0 to UnitList.Count-1 do
|
for i := 0 to UnitList.Count-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user