Fixed: Delphi 7 Access Violation when opening a unit
This commit is contained in:
parent
985c45ca96
commit
d0fe05e179
@ -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
|
// in comparison to Delphi 2006. Note that UnitSwitcher has not been tested
|
||||||
// on any other Delphi version!
|
// on any other Delphi version!
|
||||||
{$UNDEF DELPHI7}
|
{$UNDEF DELPHI7}
|
||||||
|
@ -196,7 +196,7 @@ begin
|
|||||||
end else
|
end else
|
||||||
if ASource then
|
if ASource then
|
||||||
begin
|
begin
|
||||||
ifEditor.Show();
|
AModule.ModuleFileEditors[iModule].Show();
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
|
Loading…
Reference in New Issue
Block a user