Fixed: Delphi 7 Access Violation when opening a unit

This commit is contained in:
Mark van Renswoude 2006-01-06 22:51:30 +00:00
parent 985c45ca96
commit d0fe05e179
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Lowest supported version is Delphi 7. It lacks some OTA functionality
// Lowest supprted version is Delphi 7. It lacks some OTA functionality
// in comparison to Delphi 2006. Note that UnitSwitcher has not been tested
// on any other Delphi version!
{$UNDEF DELPHI7}

View File

@ -196,7 +196,7 @@ begin
end else
if ASource then
begin
ifEditor.Show();
AModule.ModuleFileEditors[iModule].Show();
break;
end;
{$ELSE}