mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 05:00:25 +02:00
IDE: new form: fixed endless loop
git-svn-id: trunk@35024 -
This commit is contained in:
parent
3543c6f1d0
commit
cf7d30b101
@ -5289,7 +5289,7 @@ function TMainIDE.NewUniqueComponentName(Prefix: string): string;
|
||||
if SysUtils.CompareText(AnUnitInfo.ComponentName,Identifier)=0 then exit;
|
||||
end;
|
||||
end;
|
||||
Result:=true;
|
||||
Result:=false;
|
||||
end;
|
||||
|
||||
function SearchPackage(APackage: TLazPackage; const Identifier: string): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user