mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 18:36:25 +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; { for }
|
||||
if (AnUnitInfo <> nil) and (not OnlyForms) then
|
||||
begin
|
||||
SourceEditorManager.ShowActiveWindowOnTop(False);
|
||||
end;
|
||||
SourceEditorManager.ShowActiveWindowOnTop(True);
|
||||
end; { if ShowViewUnitDlg... }
|
||||
finally
|
||||
for i := 0 to UnitList.Count-1 do
|
||||
|
Loading…
Reference in New Issue
Block a user