mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:59:14 +02:00
fixed GetEditorClass for props without mapped class
git-svn-id: trunk@6234 -
This commit is contained in:
parent
d6ec9d4553
commit
529dc2ac56
@ -1718,7 +1718,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if Result<>nil then begin
|
if Result=nil then begin
|
||||||
PropType:=PropInfo^.PropType;
|
PropType:=PropInfo^.PropType;
|
||||||
I:=0;
|
I:=0;
|
||||||
C:=nil;
|
C:=nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user