mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 09:00:33 +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;
|
||||
if Result<>nil then begin
|
||||
if Result=nil then begin
|
||||
PropType:=PropInfo^.PropType;
|
||||
I:=0;
|
||||
C:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user