mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
Component palette: Fix a bug of installed components not showing in palette. Issue #27660, patch from Cyrax.
git-svn-id: trunk@48354 -
This commit is contained in:
parent
78bd633196
commit
7dcab79a7f
@ -328,7 +328,7 @@ var
|
||||
begin
|
||||
AClassName:=String(Key);
|
||||
RegComp:=TRegisteredComponent(Data);
|
||||
Result:=CompareText(AClassName,RegComp.ComponentClass.ClassName);
|
||||
Result:=AnsiCompareText(AClassName, RegComp.ComponentClass.ClassName);
|
||||
end;
|
||||
|
||||
function dbgs(const c: TComponentPriorityCategory): string;
|
||||
|
Loading…
Reference in New Issue
Block a user